1 Star 0 Fork 0

delphiman / gocode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
b.go 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
// this is a file 'a.go'
import (
superos "os"
)
func B() superos.Error {
return nil
}
// notice how changing type of a return function in one file,
// the inferred type of a variable in another file changes also
func (t *Tester) SetC() {
t.c = 31337
}
func (t *Tester) SetD() {
t.d = 31337
}
// support for multifile packages, including correct namespace handling
1
https://gitee.com/delphiman/gocode.git
git@gitee.com:delphiman/gocode.git
delphiman
gocode
gocode
e990796e68a2

搜索帮助