From 0c9abc1a962955dd0b795a422958c5445145d54c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 9 May 2022 21:54:02 +0700 Subject: all: reformat all codes using gofmt 1.19 (the Go tip) --- lib/sql/sql.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sql/sql.go') 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 ( -- cgit v1.3-6-g1900