diff options
| author | Mario Trangoni <mjtrangoni@gmail.com> | 2018-11-21 11:28:08 +0100 |
|---|---|---|
| committer | Mario Trangoni <mjtrangoni@gmail.com> | 2018-11-21 11:31:07 +0100 |
| commit | d2d0bf1bf1b780cd7cf73de96519d45f50bc47f9 (patch) | |
| tree | 1bcedda7bee49ef07d3d0ed419796a298f8536a8 /upgrade | |
| parent | sqlite3_test.go: Simplify return err (diff) | |
| download | golite-d2d0bf1bf1b780cd7cf73de96519d45f50bc47f9.tar.gz golite-d2d0bf1bf1b780cd7cf73de96519d45f50bc47f9.tar.xz | |
upgrade/package.go: Fix golint issue
Diffstat (limited to 'upgrade')
| -rw-r--r-- | upgrade/package.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/upgrade/package.go b/upgrade/package.go index 2b12a77..895bc73 100644 --- a/upgrade/package.go +++ b/upgrade/package.go @@ -1,6 +1,4 @@ -// Package upgrade -// -// Dummy to ensure package can be loaded +// Package upgrade is a dummy package to ensure package can be loaded // // This file is to avoid the following error: // can't load package: package go-sqlite3/upgrade: build constraints exclude all Go files in go-sqlite3\upgrade |
