* Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets |
||
|---|---|---|
| .. | ||
| static | ||
| embed.go | ||
* Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets |
||
|---|---|---|
| .. | ||
| static | ||
| embed.go | ||