github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/example/libhello/hi/hi.go (about) 1 // Package hi provides a function for saying hello. 2 package hi 3 4 import "fmt" 5 6 func Hello(name string) { 7 fmt.Printf("Hello, %s!\n", name) 8 }