Embed
https://pkg.go.dev/embed
Warning: This section is under construction
How to embed static files with a go
binary
Import embed
. The underscore will prevent potential
autoformatting from removing the immport.
Then use the go:embed
directive.