aboutsummaryrefslogtreecommitdiff
path: root/go/tools/bazel_benchmark/hello.go.in
diff options
context:
space:
mode:
Diffstat (limited to 'go/tools/bazel_benchmark/hello.go.in')
-rw-r--r--go/tools/bazel_benchmark/hello.go.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/go/tools/bazel_benchmark/hello.go.in b/go/tools/bazel_benchmark/hello.go.in
new file mode 100644
index 00000000..27d1996d
--- /dev/null
+++ b/go/tools/bazel_benchmark/hello.go.in
@@ -0,0 +1,9 @@
+package main
+
+import "fmt"
+
+const incr = "INCR"
+
+func main() {
+ fmt.Println(incr)
+}