package
0.1.7
Repository: https://github.com/rakyll/statik.git
Documentation: pkg.go.dev

# README

How to run?

Run go generate to create a statik package that embeds the binary data underneath the public directory.

$ go generate

Once the statik package is generated, run the web server:

$ go run main.go

Visit http://localhost:8080/public/hello.txt to see the file.

# Packages