Files
moxa/_test/src3.go
2018-09-13 19:01:23 +02:00

11 lines
129 B
Go

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