Files
moxa/_test/src3.go
2018-07-17 12:14:25 +02:00

11 lines
126 B
Go

package main
import "github.com/containous/gi/_test/provider"
func main() {
provider.Bar()
}
// Output:
// Hello from Foo