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    
go1.6 / misc / cgo / test / issue9026.go
Size: Mime:
package cgotest

import (
	"testing"

	"./issue9026"
)

func test9026(t *testing.T) { issue9026.Test(t) }