Skip to content

Swap go-bindata for built-in Go embed #11922

@shoenig

Description

@shoenig

Fun fact: the current owner of go-bindata become so by hijacking the github repo.

Go now provides a built-in way for embedding statics, via embed

We can replace use of the 3rd party go-bindata tool and go-bindata-assetfs library with go:embed.

Vault has already made the switch: hashicorp/vault#11208

Consul intends to do has done so: hashicorp/consul#10996

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions