mirror of
https://github.com/golang/go
synced 2024-11-19 05:14:50 -07:00
8 lines
102 B
Go
8 lines
102 B
Go
|
package crosspkg
|
||
|
|
||
|
func Foo() { //@rename("Foo", "Dolphin")
|
||
|
|
||
|
}
|
||
|
|
||
|
var Bar int //@rename("Bar", "Tomato")
|