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    
xgo / usr / lib / xgo / parser / _testdata / classfile_init1 / Rect.gox
Size: Mime:
var (
	Width  float64 = 100.0
	Height float64 = 200.0
	Name   string  = "Rectangle"
	Count  int     = 0
)

func Area() float64 {
	return Width * Height
}