github.com/goplus/gop@v1.2.6/testdata/unit-test/foo.gop (about)

     1  func foo(v int) int {
     2  	return v * 2
     3  }