7 lines
134 B
Go
7 lines
134 B
Go
|
package server
|
||
|
|
||
|
import "aletheia.icu/broccoli/fs"
|
||
|
|
||
|
// Mock the embedded filesystem for unit tests.
|
||
|
var br = fs.New(false, []byte(""))
|