aboutsummaryrefslogtreecommitdiff
path: root/lib/sql/sql.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-05-09 21:54:02 +0700
committerShulhan <ms@kilabit.info>2022-05-09 21:54:02 +0700
commit0c9abc1a962955dd0b795a422958c5445145d54c (patch)
tree4bf0369f6469a7c22057a2840c9b1c56de460559 /lib/sql/sql.go
parentc833f34b716b3aeacfca8f92227ff04cad5d04ae (diff)
downloadpakakeh.go-0c9abc1a962955dd0b795a422958c5445145d54c.tar.xz
all: reformat all codes using gofmt 1.19 (the Go tip)
Diffstat (limited to 'lib/sql/sql.go')
-rw-r--r--lib/sql/sql.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sql/sql.go b/lib/sql/sql.go
index 06cd0d1e..3b3adfee 100644
--- a/lib/sql/sql.go
+++ b/lib/sql/sql.go
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//
// Package sql is an extension to standard library "database/sql.DB" that
// provide common functionality across DBMS.
-//
package sql
const (