github.com/DQNEO/babygo@v0.0.3/lib/mylib2/mylib2.go (about) 1 package mylib2 2 3 func Sum2(a int, b int) int { 4 return a + b 5 }