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.
//go:embed
See: Go 1.16 Release Notes