mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 22:25:13 +08:00
8 lines
79 B
Go
8 lines
79 B
Go
|
// +build dev
|
||
|
|
||
|
package serve
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
var assets = http.Dir("view")
|