Nicolas MASSE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
tools.go
|
|
@ -3,6 +3,6 @@ |
|
|
package tools |
|
|
package tools |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
_ "github.com/go-bindata/go-bindata" |
|
|
_ "github.com/go-bindata/go-bindata/go-bindata" |
|
|
_ "github.com/elazarl/go-bindata-assetfs" |
|
|
_ "github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs" |
|
|
) |
|
|
) |
|
|
|