permission-manager icon indicating copy to clipboard operation
permission-manager copied to clipboard

Get rid of statik

Open angelbarrera92 opened this issue 2 years ago • 0 comments

While working on #81,

I saw we are using statik to embed files in the resulting binary (frontend). In the #81 we are updating the golang version to 1.16. This version includes a native golang feature to embed files.

Changing from statik to native golang way:

  • Makes it easier to maintain the project
  • Makes it easier to automate stuff
  • Makes it easier to develop locally.

angelbarrera92 avatar Sep 14 '21 10:09 angelbarrera92