github.com/switchupcb/yaegi@v0.10.2/example/pkg/_pkg6/src/guthib.com/traefik/cheese/cheese.go (about) 1 package cheese 2 3 import ( 4 "fmt" 5 6 "guthib.com/traefik/cheese/vin" 7 ) 8 9 func Hello() string { 10 return fmt.Sprintf("Cheese %s", vin.Hello()) 11 }