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 / in.go
Size: Mime:
package foo

const GopPackage = true

const Gopo_Add = "AddInt,,AddString"

// Add doc
func Add__1(a, b float64) float64 {
	return 0
}

// AddInt doc
func AddInt(a, b int) int {
	return 0
}

// AddString doc
func AddString(a, b string) string {
	return ""
}