mirror of
https://github.com/traefik/yaegi.git
synced 2026-06-01 18:37:56 +00:00
8 lines
117 B
Go
8 lines
117 B
Go
package foo
|
|
|
|
import bar "github.com/traefik/yaegi/_test/b2/foo"
|
|
|
|
var Desc = "in b1/foo"
|
|
|
|
var Desc2 = Desc + bar.Desc
|