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.)
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: