package
0.0.0-20220719023015-af14b6af71e5
Repository: https://github.com/wangyysde/sysadmserver.git
Documentation: pkg.go.dev

# README

Embedding Files

The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details.

See: Go 1.16 Release Notes