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 / demo / fullspec / mixgo-complex / bar.go
Size: Mime:
package main

import (
	"io"
	"log"
	"testing"
)

type ift interface {
	io.Closer
	f(int) string
	g()
}

type impl struct {
	a T
}

func Bar(t *testing.T) int {
	log.Println("Hello")
	t.Log("Hello",
		"world")
	return 0
}