gin icon indicating copy to clipboard operation
gin copied to clipboard

Support for -tags ?

Open dgryski opened this issue 8 years ago • 1 comments

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.

dgryski avatar Mar 26 '16 10:03 dgryski

You can use the ---buildArgs like this: gin --buildArgs -tags=mytag -i run main.go

mardu avatar Aug 26 '21 12:08 mardu