Skip to content

Commit

Permalink
minor: Fix go lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Aug 15, 2018
1 parent bda3d1b commit 7722e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/lldb/db.go
Expand Up @@ -4,15 +4,15 @@
// not use this file except in compliance with the License. You may obtain
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

// Package db implements generic connection to MongoDB, and contains
// Package lldb implements generic connection to MongoDB, and contains
// subpackages for specific methods of connection.
package lldb

import (
"github.com/mongodb/mongo-tools/common/options"
"github.com/mongodb/mongo-tools/common/password"
mgo "github.com/10gen/llmgo"
"github.com/10gen/llmgo/bson"
"github.com/mongodb/mongo-tools/common/options"
"github.com/mongodb/mongo-tools/common/password"

"fmt"
"io"
Expand Down

0 comments on commit 7722e31

Please sign in to comment.