mirror of
https://github.com/golang/go
synced 2024-11-08 15:16:25 -07:00
6 lines
41 B
Go
6 lines
41 B
Go
|
package b
|
||
|
|
||
|
import "./a"
|
||
|
|
||
|
var foo = a.Bar
|