Files
play-with-docker/tools.go
Paul Jolly ef0ac9be48 Simplify the setup of bundled assets (#436)
1. Move the generated file to handlers - it better belongs there
2. Ensure that all file serves are also handled by the asset store

Co-authored-by: Marcos Lilljedahl <marcosnils@gmail.com>
2020-10-20 00:45:42 -03:00

8 lines
90 B
Go

// +build tools
package tools
import (
_ "github.com/jteeuwen/go-bindata/go-bindata"
)