Make package name go getable
This commit is contained in:
parent
9ea22d8c4a
commit
c01b54ef50
2 changed files with 3 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module insee_number_translator
|
module git.augendre.info/gaugendre/insee_number_translator
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
|
|
3
main.go
3
main.go
|
@ -3,8 +3,9 @@ package main
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"insee_number_translator/data"
|
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"git.augendre.info/gaugendre/insee_number_translator/data"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue