gin
gin copied to clipboard
Support for -tags ?
I have a project I'd like to work on with a certain -tags configuration. The only way I can get this to work with gin is to modify all my files so that my custom tag is the default one.
You can use the ---buildArgs like this: gin --buildArgs -tags=mytag -i run main.go