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

const GopPackage = true

type T int

// Bar doc 1
func (p *T) Bar__0() {
}

// Bar doc 2
func (t T) Bar__1() {
}