Skip to content

Commit bdc401c

Browse files
auxtenQi Xiao
authored andcommitted
Fix bad import in gdpaverage.go
1 parent 9ddf6de commit bdc401c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

client/_example/gdpaverage.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ package main
1919
import (
2020
"database/sql"
2121
"flag"
22-
22+
"github.com/CovenantSQL/CovenantSQL/utils/log"
2323
"github.com/CovenantSQL/CovenantSQL/client"
24-
log "github.com/Sirupsen/logrus"
2524
)
2625

2726
func main() {

0 commit comments

Comments
 (0)