Skip to content

Commit

Permalink
Move to github.com/containous/go-bindata
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Feb 8, 2018
1 parent 011e180 commit 71f37a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BindataFS

BindataFS could be used to compile templates into binary utilizing [go-bindata](https://github.com/jteeuwen/go-bindata)
BindataFS could be used to compile templates into binary utilizing [go-bindata](https://github.com/containous/go-bindata)

[![GoDoc](https://godoc.org/github.com/qor/bindatafs?status.svg)](https://godoc.org/github.com/qor/bindatafs)

Expand Down
2 changes: 1 addition & 1 deletion templates/bindatafs.go.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"time"

"github.com/jteeuwen/go-bindata"
"github.com/containous/go-bindata"
"github.com/qor/assetfs"
)

Expand Down

0 comments on commit 71f37a9

Please sign in to comment.