Skip to content

Replace go-bindata with embed #1122

@tylerauerbeck

Description

@tylerauerbeck

Currently Nebraska is making use of go-bindata I believe just to ship the sql migration files. I believe this was likely done pre Go 1.16 where embed didn't exist. Taking a look at go-bindata today it doesn't seem like it's been maintained in some time and most projects I've seen have moved to make use of embed (or at a minimum one of a few other projects that provide similar behavior).

It would be good to take a look to see if the native functionality serves the purpose well or if another maintained library should be picked up for this.

Similar comments here: #14 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssues related to the backendenhancementNew feature or requestgoPull requests that update Go codegood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions