committed by
GitHub
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
// +build tools
|
|||
|
|||
package tools |
|||
|
|||
import ( |
|||
_ "github.com/go-bindata/go-bindata" |
|||
_ "github.com/elazarl/go-bindata-assetfs" |
|||
) |
|||
Loading…
Reference in new issue