aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-08-01 20:28:45 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-08-01 20:28:45 -0700
commitcf03e0e33859b213f1d7e55b300a074eea107100 (patch)
tree3b88987c42c75b946c4e4b8eeb71fa2359bfe79d /main.go
parent17054b396eff571f49812074024cb9db2e098bdc (diff)
Create database package (refactoring)
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 951329a..44f38db 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,7 @@
package main
//go:generate go run generate.go
-//go:generate gofmt -s -w sql/sql.go
+//go:generate gofmt -s -w database/sql.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