github.com/prattmic/llgo-embedded@v0.0.0-20150820070356-41cfecea0e1e/test/llgoi/Inputs/src/bar/answer.go (about)

     1  package bar
     2  
     3  import "strconv"
     4  
     5  func Answer() int {
     6  	n, _ := strconv.Atoi("42")
     7  	return n
     8  }