mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Enable golint part of #14756
pkg/broadcastwriter pkg/graphdb pkg/httputils pkg/ioutils Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
e496d40107
commit
27a8f9937e
12 changed files with 64 additions and 32 deletions
|
@ -2,4 +2,6 @@
|
|||
|
||||
package graphdb
|
||||
|
||||
import _ "code.google.com/p/gosqlite/sqlite3" // registers sqlite
|
||||
import (
|
||||
_ "code.google.com/p/gosqlite/sqlite3" // registers sqlite
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue