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