OpenEugene / openboard

An open source switchboard, written in Elm and Go.
MIT License
22 stars 7 forks source link

Replace go-bindata usage with embed directive #131

Closed daved closed 2 years ago

daved commented 3 years ago

As of go1.16, the //go:embed directive has been added. This means we can drop the go-bindata dependency. This should only requires devs to have go1.16 when updating the embedded data.

(Using my new system, I do not have protoc installed. I'm using this as reason to prioritize #130.)

AC: