mirror of
https://github.com/therootcompany/vfscopy
synced 2025-12-23 21:48:42 +00:00
9 lines
165 B
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")
|