vfscopy/fixtures/assets_dev.go

9 lines
165 B
Go

// +build dev
package fixtures
import "net/http"
// Assets is the public file system which should be served by http
var Assets http.FileSystem = http.Dir("./fs")