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    
go / opt / go / src / runtime / coverage / testdata / issue56006 / repro_test.go
Size: Mime:
package main

import "testing"

func TestSomething(t *testing.T) {
	go infloop()
	println(blah(1) + blah(0))
}