2020-09-28 01:26:16 -06:00
|
|
|
// +build dev
|
|
|
|
|
2020-10-23 15:56:49 -06:00
|
|
|
package public
|
2020-09-28 01:26:16 -06:00
|
|
|
|
|
|
|
import "net/http"
|
|
|
|
|
|
|
|
// Assets is the public file system which should be served by http
|
2020-10-23 15:56:49 -06:00
|
|
|
var Assets http.FileSystem = http.Dir("../../public")
|