aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/postgres.go
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2020-09-09 00:19:32 -0400
committerJulie Qiu <julie@golang.org>2020-09-09 21:13:21 +0000
commit909213404b236e91c97940babcfcc37af06a13ae (patch)
treedd2edd2bc08ccb2a08124852df48fe1fd85bdd9e /internal/postgres/postgres.go
parentc8f2699f91fa3454411330b7f39a5067d9b41f13 (diff)
downloadgo-x-pkgsite-909213404b236e91c97940babcfcc37af06a13ae.tar.xz
cmd,internal: clean up package documentation
Several packages were missing package documentation, which is now added. Change-Id: I1a88ebebaee0fddeb5a7bb9e2573375ad887c311 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/253607 Reviewed-by: Jamal Carvalho <jamal@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal/postgres/postgres.go')
-rw-r--r--internal/postgres/postgres.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/postgres/postgres.go b/internal/postgres/postgres.go
index c9287954..0769d669 100644
--- a/internal/postgres/postgres.go
+++ b/internal/postgres/postgres.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Package postgres provides functionality for reading and writing to
+// the postgres database.
package postgres
import (