mirror of
https://github.com/golang/go
synced 2024-11-19 05:54:44 -07:00
12 lines
183 B
Go
12 lines
183 B
Go
|
// A comment just to push the positions out
|
||
|
|
||
|
package a
|
||
|
|
||
|
type A string //@A
|
||
|
|
||
|
func Stuff() { //@Stuff
|
||
|
x := 5
|
||
|
Random2(x) //@godef("dom2", Random2)
|
||
|
Random() //@godef("()", Random)
|
||
|
}
|