mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
6256c8e10a
* ref: embed portion of files * fix: readd pkger * ref: embed version.txt * fix: wrong mail template import path * refactor: get rid of sql-migrate refactor: get rid of pkger in favor of go embed (resolve #164) * chore: remove unused var [ci-skip] Co-authored-by: Ferdinand Mütsch <ferdinand@muetsch.io>
7 lines
77 B
Go
7 lines
77 B
Go
package data
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed colors.json
|
|
var ColorsFile []byte
|