Browse Source

Create tools.go

master
Nicolas MASSE 4 years ago
committed by GitHub
parent
commit
45c418589b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      tools.go

8
tools.go

@ -0,0 +1,8 @@
// +build tools
package tools
import (
_ "github.com/go-bindata/go-bindata"
_ "github.com/elazarl/go-bindata-assetfs"
)
Loading…
Cancel
Save