github.com/sercand/please@v13.4.0+incompatible/test/go_provider/example/example.go (about)

     1  // Package example serves as an example of using a sample BUILD provider for Go.
     2  package example
     3  
     4  // GetAnswer returns the Ultimate Answer to Life, the Universe and Everything.
     5  func GetAnswer() int {
     6  	return 42
     7  }