You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run a web server
bazel run //golang/cmd/helloworld:helloworld
# Run a web server inside docker
bazel run //golang/cmd/helloworld:image
# Run a program that uses c++ code
bazel run //golang/cmd/cgo-lib:binary