package main import ( "fmt" "github.com/laramiel/bazel-example-golang-bare/bare" ) func main() { fmt.Println("Hello", local.World()) }