七叶
七叶
在 liteide 的 GOPATH/GoModule 中可以设置 GOPROXY 。也可以在 liteide 的 env 环境配置文件中自己更改。
x37.3 fixed dlv
menu : build configure....
build configure can set GOPATH and Custom build. What configuration do you need?
Custom TARGETBASENAME and BUILDFLAGS Key: BUILDFLAGS Value: -o $(TARGETNAME)
ctx.BuilderMode = ssa.PrintFunctions ``` # Name: main.main # Package: main # Location: ./issue23017.go:17:6 func main(): 0: entry P:0 S:0 t0 = make map[int]int 0:int map[int]int t1 = &nil:*P.i [#0] *int...
default go snippet: liteide/share/liteide/packages/go/go.snippet.json can add snippet files xxx.snippet.json to this folder
> Hello visualfc, i wrote a little patch to fix a problem with the terminal plugin font on freebsd (all versions). Without this, the selected font renders unusable on my...
> Can you give an example when this would be necessary? In general, it seem to me that this would encourage [monkey patching](https://en.wikipedia.org/wiki/Monkey_patch), which is often fragile and is a...
> Actually, I think I may have misunderstood the intent of this PR. > > It allows you to make an unexported method from a third-party package available to your...