diff options
author | mattn <mattn.jp@gmail.com> | 2018-11-22 01:46:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 01:46:04 +0900 |
commit | 0a64ab220b84d82bfcaef4f89c542b033a1ff997 (patch) | |
tree | 1bcedda7bee49ef07d3d0ed419796a298f8536a8 /upgrade | |
parent | Merge pull request #664 from bk521234/patch-1 (diff) | |
parent | upgrade/package.go: Fix golint issue (diff) | |
download | golite-0a64ab220b84d82bfcaef4f89c542b033a1ff997.tar.gz golite-0a64ab220b84d82bfcaef4f89c542b033a1ff997.tar.xz |
Merge pull request #665 from mjtrangoni/fix-gometalinter-issues
Fix gometalinter issues
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 |