Fixing import library name
This commit is contained in:
parent
783cdb77f5
commit
696886438c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/efret/gomdb"
|
||||
"github.com/eefret/gomdb"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue