[go-nuts] go get -tags

2018-04-19 Thread Kaveh Shahbazian
How does *go get -tags* work?

-- 
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.


Re: [go-nuts] go get -tags

2018-04-19 Thread Jan Mercl
On Thu, Apr 19, 2018 at 2:29 PM Kaveh Shahbazian 
wrote:

> How does go get -tags work?

`go get -tags foo example.com/bar` should be similar, but not always equal
to `go get -d example.com/bar && go install -tags foo example.com/bar`.

-- 

-j

-- 
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.