Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Assets = sync.OnceValue(func() fs.FS { zr, err := zip.NewReader(bytes.NewReader(distzip), int64(len(distzip))) if err != nil { panic(fmt.Sprintf("error reading dist.zip: %s", err)) } webFS, err := fs.Sub(zr, "dist") if err != nil { panic(fmt.Sprintf("error loading frontend assets: %s", err)) } return webFS })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.