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

9 linhas
175 B
Go
Em bruto Vista normal Histórico

// +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")