Make package name go getable

This commit is contained in:
Gabriel Augendre 2021-08-21 11:01:05 +02:00
parent 9ea22d8c4a
commit c01b54ef50
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module insee_number_translator
module git.augendre.info/gaugendre/insee_number_translator
go 1.16

View File

@ -3,8 +3,9 @@ package main
import (
"flag"
"fmt"
"insee_number_translator/data"
"os"
"git.augendre.info/gaugendre/insee_number_translator/data"
)
func main() {