diff --git a/hugo.go b/hugo.go index cf786f56..f5d124c6 100644 --- a/hugo.go +++ b/hugo.go @@ -1,4 +1,4 @@ -//go:generate go get github.com/jteeuwen/go-bindata +//go:generate go get github.com/jteeuwen/go-bindata/go-bindata //go:generate go-bindata -nomemcopy -pkg hugo -prefix "assets" -o binary.go assets/... // Package hugo makes the bridge between the static website generator Hugo