aboutsummaryrefslogtreecommitdiffhomepage
path: root/sql/doc.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 /sql/doc.go
parent17054b396eff571f49812074024cb9db2e098bdc (diff)
Create database package (refactoring)
Diffstat (limited to 'sql/doc.go')
-rw-r--r--sql/doc.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/sql/doc.go b/sql/doc.go
deleted file mode 100644
index 2096efc..0000000
--- a/sql/doc.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the MIT license
-// that can be found in the LICENSE file.
-
-/*
-
-Package sql contains all SQL queries or database schema instructions.
-
-*/
-package sql