mirror of
https://github.com/golang/go
synced 2024-11-19 05:44:40 -07:00
9 lines
162 B
Go
9 lines
162 B
Go
|
package b
|
||
|
|
||
|
// This is the in-editor version of the file.
|
||
|
// The on-disk version is in c.go.saved.
|
||
|
|
||
|
var _ = S1{ //@godef("S1", S1)
|
||
|
F1: 99, //@godef("F1", S1F1)
|
||
|
}
|