1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Use embed package for binary assets instead of generated files

This commit is contained in:
Frédéric Guillot 2021-02-16 23:36:17 -08:00 committed by fguillot
parent 5d65a85bdb
commit 0de80c2ff0
6 changed files with 53 additions and 56 deletions

View file

@ -6,7 +6,6 @@ package main // import "miniflux.app"
//go:generate go run generate.go
//go:generate gofmt -s -w ui/static/css.go
//go:generate gofmt -s -w ui/static/bin.go
//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