|
|
|
|
|
by eberkund
492 days ago
|
|
Is it possible to specify tags to use to install tools specified with the tools directive? I tried the following but it doesn't seem to work (it installs without the tags): go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
|
|