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"