...

Text file src/github.com/bazelbuild/rules_go/go/tools/bazel_benchmark/hello.go.in

Documentation: github.com/bazelbuild/rules_go/go/tools/bazel_benchmark

     1package main
     2
     3import "fmt"
     4
     5const incr = "INCR"
     6
     7func main() {
     8	fmt.Println(incr)
     9}

View as plain text