1 Star 0 Fork 0

张中南 / gocode

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
b.go 389 Bytes
Copy Edit Raw Blame History
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzhongnan/gocode.git
git@gitee.com:zhangzhongnan/gocode.git
zhangzhongnan
gocode
gocode
adab99b939af

Search

344bd9b3 5694891 D2dac590 5694891