mirror of
https://github.com/traefik/yaegi.git
synced 2026-06-01 18:37:56 +00:00
11 lines
121 B
Go
11 lines
121 B
Go
package main
|
|
|
|
import "github.com/traefik/yaegi/_test/baz-bat"
|
|
|
|
func main() {
|
|
println(baz.Name)
|
|
}
|
|
|
|
// Output:
|
|
// baz-bat
|