-
By its very nature, a lot of the code in this library is redundant. We could generate it [using go generate](https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source).
The big advantage…
-
After running 'go generate ./macos/appkit' in a cloned DarwinKit repo, the files enumtypes.gen.go and aliastypes.gen.go are created. When I try to run my test program I see this error:
```
package…
-
I am trying to generate lexer, parser, listener and all standard files in Golang for the following grammar:
[https://github.com/trinodb/trino/blob/master/core/trino-parser/src/main/antlr4/io/trino/sq…
-
- import hof
- build generator
- add validation
-
I'm trying to use CompileDaemon with `go generate`, but have not been successful. I am running two instances of CompileDaemon to try accomplishing this. One instances watches the source files, which a…
-
-
I seem to recall that we expect these hints to be generated using some sort of profiling step (but can't find that easily, I might be wrong here).
Are we thinking that toolchains should modify the …
-
Hi there,
### What happened?
I have my `.graphql` files organised into sub-directories, eg `company`, `user` etc
```
server/schema/
company/
company.queries.graphql
co…
-
It would make sense to generate this code from some tables.
See https://blog.golang.org/generate
-
##### Description
Go code generated by swagger-codegen has a line with the following comment:
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
This…