mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add missing package descriptions for GoDoc
This commit is contained in:
parent
11dfcdd3d6
commit
9dc38a0803
30 changed files with 282 additions and 2 deletions
10
database/doc.go
Normal file
10
database/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2018 Frédéric Guillot. All rights reserved.
|
||||
// Use of this source code is governed by the Apache 2.0
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
|
||||
Package database provides functions related to the database connection.
|
||||
|
||||
*/
|
||||
package database // import "miniflux.app/database"
|
Loading…
Add table
Add a link
Reference in a new issue