Skip to content

Instantly share code, notes, and snippets.

@jeffpignataro
Last active July 16, 2023 15:24
Show Gist options
  • Save jeffpignataro/cadbcb6b6a8ac8bb5be3ef44372ada3b to your computer and use it in GitHub Desktop.
Save jeffpignataro/cadbcb6b6a8ac8bb5be3ef44372ada3b to your computer and use it in GitHub Desktop.
go-bazel
alias go-bazel="go mod tidy; bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=deps.bzl%go_dependencies; bazel run //:gazelle; bazel build //..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment