1 2 3 4 5 6 7
// Package web contains the files for the Northstar website. package web import "embed" //go:embed index.html assets/* script/* style/* var Assets embed.FS