aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2021-02-18 20:34:58 -0800
committerGravatar fguillot <f@miniflux.net> 2021-02-18 20:49:06 -0800
commit4855fbd13f8c9be1a593db2db05052cb49954e0b (patch)
tree61467d5b63d15b3362e52c64957e730ebbfcd374 /main.go
parent9569666259a71d12438d4484ce9fc43309fea99c (diff)
downloadv2-4855fbd13f8c9be1a593db2db05052cb49954e0b.tar.gz
v2-4855fbd13f8c9be1a593db2db05052cb49954e0b.tar.zst
v2-4855fbd13f8c9be1a593db2db05052cb49954e0b.zip
Use embed package for Javascript bundles instead of generated files
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index f162afb9..668827d6 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,6 @@
package main // import "miniflux.app"
//go:generate go run generate.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