Skip to content

Commit

Permalink
refactor: remove import comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamidullah committed Dec 3, 2018
1 parent 03bdb6e commit f152e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package main // import "moul.io/depviz"
package main

import (
"fmt"
"io/ioutil"
"log"
"os"
"strings"
"moul.io/depviz/pkg/repo"

"github.com/jinzhu/gorm"
_ "github.com/mattn/go-sqlite3"
Expand All @@ -15,6 +14,7 @@ import (
"github.com/spf13/viper"
"go.uber.org/zap"
"go.uber.org/zap/zapcore"
"moul.io/depviz/pkg/repo"
"moul.io/zapgorm"
)

Expand Down

0 comments on commit f152e4d

Please sign in to comment.