go vet && golint

This commit is contained in:
Yasuhiro Matsumoto
2016-11-06 13:16:38 +09:00
parent cde7293c72
commit 15491aeb9c
4 changed files with 31 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build go1.8
package sqlite3
@@ -6,7 +11,7 @@ import (
"database/sql/driver"
"errors"
"golang.org/x/net/context"
"context"
)
// Ping implement Pinger.