DEBSOURCES
Skip Quicknav
sources / gocode / 0~git20140530-1 / _testing / test.0027 / test.go.in
1234567891011121314
package main type file struct { name string } func (file *file) String() { file. return file.name } func main() { }