# Packages
Reporter pvovides a binary file that will read the reports from a sub-directory called "report" and serve them on a web server.
# Variables
go:embed imgs/* tmpl/*.
go:embed reporter/reporter_darwin_amd64.
go:embed reporter/reporter_darwin_arm64.
go:embed reporter/reporter_linux_amd64.
go:embed reporter/reporter_linux_arm64.
go:embed reporter/reporter_windows_amd64.exe.
Tmpls is a collection of templates that were embedded in the binary.