diff options
author | Andinus <andinus@nand.sh> | 2020-05-28 18:14:44 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-28 18:21:01 +0530 |
commit | efce73b5198b70627da8580840d3de07c6947270 (patch) | |
tree | 5d66907146bd53e7de16644c7da6dcbfa76bea82 | |
parent | 010089b2acbbd493942a3ed66be911f908319b3e (diff) | |
download | myCovidCLI-efce73b5198b70627da8580840d3de07c6947270.tar.gz |
Change module path
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | myCovidCLI.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod index 50cf929..2bedbdc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.tilde.institute/kneezle/myCovidCLI +module git.tilde.institute/knezzle/mycovidcli go 1.13 diff --git a/myCovidCLI.go b/myCovidCLI.go index 2594512..85de038 100644 --- a/myCovidCLI.go +++ b/myCovidCLI.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "git.tilde.institute/kneezle/myCOVIDcli/renderfloat" + "git.tilde.institute/knezzle/mycovidcli/renderfloat" "github.com/olekukonko/tablewriter" ) |