Peter Kurfer
bd27081aa6
- reload markdown if changed - allow to monitor other files if wanted - disable HTTP cache to force reload - extend example - replace almost everything with layered file systems
7 lines
100 B
Go
7 lines
100 B
Go
package root
|
|
|
|
import "github.com/markbates/pkger"
|
|
|
|
func init() {
|
|
pkger.Include("/assets/reveal")
|
|
}
|