Remove useless import
This commit is contained in:
parent
1d7fe892e1
commit
7f8e9c9c17
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -14,7 +14,6 @@ package main
|
||||||
//go:generate gofmt -s -w locale/translations.go
|
//go:generate gofmt -s -w locale/translations.go
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "github.com/lib/pq"
|
|
||||||
"github.com/miniflux/miniflux/cli"
|
"github.com/miniflux/miniflux/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue