UnnoTed / fileb0x

a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
MIT License
634 stars 53 forks source link

use go mod for example/simple #37

Closed coolaj86 closed 5 years ago

coolaj86 commented 5 years ago

This makes it so that go build "Just Works™" with go1.11 and beyond.

hashworks commented 5 years ago

While you are at it, you should add one for the echo example as well.