github.com/gmemcc/yaegi@v0.12.1-0.20221128122509-aa99124c5d16/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 }