diff options
author | 2021-02-16 22:58:44 -0800 | |
---|---|---|
committer | 2021-02-16 23:09:01 -0800 | |
commit | 5d65a85bdbd19e361a235c003f74b55e86ffece8 (patch) | |
tree | 67c8c34450e8ade7889cfd54fd9a4946fd2cdf6f /main.go | |
parent | a352aff93bc04d1e4e3560ef419ddcb9b3170085 (diff) | |
download | v2-5d65a85bdbd19e361a235c003f74b55e86ffece8.tar.gz v2-5d65a85bdbd19e361a235c003f74b55e86ffece8.tar.zst v2-5d65a85bdbd19e361a235c003f74b55e86ffece8.zip |
Use embed package for translations instead of generated files
Replace "go generate" with the new embed package.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ package main // import "miniflux.app" //go:generate gofmt -s -w ui/static/js.go //go:generate gofmt -s -w template/views.go //go:generate gofmt -s -w template/common.go -//go:generate gofmt -s -w locale/translations.go import ( "miniflux.app/cli" |