Files
moxa/_test/src4.go
2018-10-31 19:35:26 +01:00

12 lines
137 B
Go

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