Skip to content

Instantly share code, notes, and snippets.

@shubhag
Created October 11, 2021 12:18
Show Gist options
  • Save shubhag/cee2f6ac0be5c5b359b5d77b6bb25194 to your computer and use it in GitHub Desktop.
Save shubhag/cee2f6ac0be5c5b359b5d77b6bb25194 to your computer and use it in GitHub Desktop.
Hello world golang with bazel: go code
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello world")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment