From 71f37a9bdd1016e329054666994020ab1416117a Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 8 Feb 2018 20:45:10 +0800 Subject: [PATCH] Move to github.com/containous/go-bindata --- README.md | 2 +- templates/bindatafs.go.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a56391b..62c60ac 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/templates/bindatafs.go.template b/templates/bindatafs.go.template index 42ff3e9..a94fd4b 100644 --- a/templates/bindatafs.go.template +++ b/templates/bindatafs.go.template @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/jteeuwen/go-bindata" + "github.com/containous/go-bindata" "github.com/qor/assetfs" )