Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
https://github.com/mjibson/esc

the reason for changing go-bindata to esc - is:
`go-bindata creator deleted their @github account and someone else
created a new account with the same name.`

jteeuwen/go-bindata#5
https://twitter.com/francesc/status/961249107020001280

After research some of alternatives - `esc` - is looks like one of the
best choice
https://tech.townsourced.com/post/embedding-static-files-in-go/
  • Loading branch information
mekegi committed Jul 20, 2018
1 parent a758567 commit 15bab4c
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 377 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ go:
- 1.10.x
before_install:
- go get github.com/mattn/goveralls
- go get github.com/mjibson/esc
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test ./...
Expand Down
375 changes: 0 additions & 375 deletions internal/render/bindata/bindata.go

This file was deleted.

Loading

0 comments on commit 15bab4c

Please sign in to comment.