diff options
author | Andinus <andinus@nand.sh> | 2020-05-28 18:45:28 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-28 18:45:28 +0530 |
commit | 797bf980d28183a4259ab042dbd129d6462ac413 (patch) | |
tree | e9f67a96fd24aec527552457045bd32e1bbfebeb | |
parent | 7de21a2cc58d4860293772e4af89efde4cab67ff (diff) | |
download | myCovidCLI-797bf980d28183a4259ab042dbd129d6462ac413.tar.gz |
Fix typo
-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 2bedbdc..01f9c91 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.tilde.institute/knezzle/mycovidcli +module git.tilde.institute/kneezle/mycovidcli go 1.13 diff --git a/myCovidCLI.go b/myCovidCLI.go index 85de038..bf6dbaf 100644 --- a/myCovidCLI.go +++ b/myCovidCLI.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "git.tilde.institute/knezzle/mycovidcli/renderfloat" + "git.tilde.institute/kneezle/mycovidcli/renderfloat" "github.com/olekukonko/tablewriter" ) |