3 Star 1 Fork 0

Gitee 极速下载/gocode

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/nsf/gocode
Clone or Download
b.go 389 Bytes
Copy Edit Raw Blame History
nsf authored 2012-03-19 14:59 +08:00 . Move things again, trying to suit GOPATH scheme.
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/gocode.git
git@gitee.com:mirrors/gocode.git
mirrors
gocode
gocode
b672b49f3818

Search