gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/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  }