gogen
gogen copied to clipboard
Code generator for the Go language
[gop compiler is much slower than go](https://github.com/goplus/gop/issues/1710) This PR optimization: reduce the number of times to execute the go list command to improve construction speed Use this command to optimize...
See https://github.com/avelino/awesome-go?tab=readme-ov-file#generators * [gogen](https://github.com/goplus/gogen) - ???
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.26.0. Commits 2ab3b51 go.mod: update golang.org/x dependencies 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods efd951d gopls/internal/analysis/stubmethods: merge into CodeAction d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode a19eef6 gopls/internal/cache:...
When I create a package with two files, both importing 'fmt', the second file uses an alias for the import. Is this expected `file1.go` ```go package mypackage import "fmt" func...
https://github.com/goplus/llcppg For project https://github.com/goplus/llcppg, we need to migrate the doc above the fields in the structs. ```go type User struct { // User ID in the system ID int64 //...
### Problem Description When using `errWrap` with functions that return type aliases wrapping interfaces with unexported methods, the code generator produces type expressions that cannot compile because they reference unexported...
- newOverload check exist overload object - remove InitThisGopPkgEx