Sign in
bazel
/
bazel
/
6f15335deac0c04cfae11623efbe745f11e177ff
/
.
/
examples
/
go
/
bin
/
bin.go
blob: b0c5917145c4b3da879708a54718613a87d9e781 [
file
] [
log
] [
blame
]
package main
import (
"fmt"
"github_com/user/vendored"
"github.com/bazelbuild/bazel/examples/go/lib"
)
func main() {
fmt.Println("meaning: ", lib.Meaning())
fmt.Println("vendored: ", vendored.Vendored())
}