goveal/pkger_hack.go
Peter Kurfer bd27081aa6
Add auto reload
- 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
2020-12-04 16:40:08 +01:00

7 lines
100 B
Go

package root
import "github.com/markbates/pkger"
func init() {
pkger.Include("/assets/reveal")
}