I have a use case where I use multi line go generate, similar to 
https://github.com/containous/traefik/blob/master/generate.go

//go:generate rm -vf autogen/gen.go
//go:generate mkdir -p static
//go:generate go-bindata -pkg autogen -o autogen/gen.go ./static/... 
./templates/... 

Would you recommend refactoring this to a single go generate and a bash 
script?

--
MichaƂ Matczuk

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to