codegangsta / gin

Live reload utility for Go web servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for -tags ?

dgryski opened this issue · 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.

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