From bb4ec3bda27d3c801382d45d5fc048561307071a Mon Sep 17 00:00:00 2001 From: Lynn Date: Sat, 29 Feb 2020 14:03:02 -0800 Subject: [PATCH] docs --- internal/example-hello-world/example-hello-world.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/example-hello-world/example-hello-world.go b/internal/example-hello-world/example-hello-world.go index c048119..746e385 100644 --- a/internal/example-hello-world/example-hello-world.go +++ b/internal/example-hello-world/example-hello-world.go @@ -1,3 +1,5 @@ +// example hello world used for binary size checking + package main import "fmt"