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