2
0
Fork 0
gitdeploy/assets/examples/assets_dev.go

9 Zeilen
175 B
Go

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