github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/examples/lib/deep/thought.go (about)

     1  package deep
     2  
     3  // Thought emulates Deep Thought.
     4  func Thought() int {
     5  	return 42
     6  }