Documentation ¶
Overview ¶
Package main hosts the utility that converts binary assets into assets.gen.go file, so that they can be baked directly into the executable. Intended to be used only for small files, like HTML templates.
This utility is used via `go generate`. Corresponding incantation:
//go:generate go install go.chromium.org/luci/tools/cmd/assets //go:generate assets
Click to show internal directories.
Click to hide internal directories.