mirror of
https://github.com/traefik/yaegi.git
synced 2026-06-01 18:37:56 +00:00
6 lines
87 B
Go
6 lines
87 B
Go
package foo
|
|
|
|
import "github.com/traefik/yaegi/_test/foo/boo"
|
|
|
|
var Bir = boo.Boo + "22"
|