Blob


1 package apub
3 import "embed"
5 //go:embed doc/*
7 // DocFS contains the apas overview documentation
8 // to be served by [http.FileServer].
9 var DocFS embed.FS