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

Remove completely generated files

This commit is contained in:
Frédéric Guillot 2021-02-18 21:33:29 -08:00 committed by fguillot
parent 4855fbd13f
commit c2571f9f47
44 changed files with 79 additions and 2358 deletions

View file

@ -4,10 +4,6 @@
package main // import "miniflux.app"
//go:generate go run generate.go
//go:generate gofmt -s -w template/views.go
//go:generate gofmt -s -w template/common.go
import (
"miniflux.app/cli"
)