Hubert Krauze
Hubert Krauze
Hi, What do you think about setting tags for oneof directly? Syntax might look like: ```proto syntax = "proto3"; import "gogo/protobuf/gogoproto/gogo.proto"; message T { oneof v { // ... }...
### What do you want to change? Hi, it would be great to allow add more imports when overriding db types. Let's say we have a `Null` package like below....
### Version 1.14.0 ### What happened? The proper generated row should be ```go type GetAuthorRow struct { ID int64 Name string } // instead of type GetAuthorRow struct { ID...
**Is your feature request related to a problem? Please describe.** Implement new API to have only one error package to manage all common errors related cases/problems. With this change, I...
Hi! Is it possible to include alpine os to build pipeline?
Fix for #127
### What did you do? https://play.golang.org/p/uTKVv1D1zcf ### What did you expect to see? ``` 2021-11-17 00:00:00 +0000 UTC 2021-11-17 00:00:00 +0000 UTC 2021-11-17 00:00:00 +0000 UTC 2021-11-17 00:00:00 +0000 UTC...
Hey, I want to use components that are defined in different file, but it's impossible to share let's say enum (or any other component). This makes `$ref: files` unusable (except...
I have removed hack and replaced it with go/types Check. Pros: support more types Cons: hum?
I've added -f flag to disable format because many editors have already built-in support for gofmt. Motivation: there is no option to disable formatting so it won't be done twice...