github.com/fnando/bolt@v0.0.4-0.20231107225351-5241e4d187b8/test/reference/no-tests/hello.go (about) 1 //go:build reference 2 // +build reference 3 4 package notests 5 6 func Hello() string { 7 return "Hello 👋" 8 }