Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gop / usr / lib / gop / doc / _testdata / gopoFn / out.expect
Size: Mime:
== Func Add ==
Doc: AddInt doc

func Add(a, b int) int
== Func Add ==
Doc: Add doc

func Add(a, b float64) float64
== Func Add ==
Doc: AddString doc

func Add(a, b string) string
== Func AddInt ==
Doc: AddInt doc

func AddInt(a, b int) int
== Func AddString ==
Doc: AddString doc

func AddString(a, b string) string