Don't install/update go-bindata from //go:generate #8

Manually merged
mrngm merged 2 commits from minnozz/rushlink:go-generate into master 2019-11-08 11:45:57 +01:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 3e5eca40e3 - Show all commits

View File

@ -2,6 +2,12 @@
A URL shortener and (maybe) a pastebin server for our #ru community.
## Build instructions
- `go get -u github.com/go-bindata/go-bindata/...`
- `go generate ./...`
- `go build ./cmd/rushlink`
## Libraries
Use standard-Go-libraries if the job can be done with those. As of now, these

View File

@ -1,7 +1,5 @@
package handlers
//go:generate go get github.com/go-bindata/go-bindata
//go:generate go get -u github.com/go-bindata/go-bindata/...
//go:generate go-bindata -pkg $GOPACKAGE -prefix ../assets ../assets/...
import (