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