about summary refs log tree commit diff stats
path: root/myCovidCLI.go
diff options
context:
space:
mode:
authorCodeCarefully <CodeCarefully@users.noreply.github.com>2020-05-28 16:46:10 +0300
committerGitHub <noreply@github.com>2020-05-28 16:46:10 +0300
commite4d4f44ca5920e0043a72cf99f0d2fcd76472edb (patch)
treee9f67a96fd24aec527552457045bd32e1bbfebeb /myCovidCLI.go
parent010089b2acbbd493942a3ed66be911f908319b3e (diff)
parent797bf980d28183a4259ab042dbd129d6462ac413 (diff)
downloadmyCovidCLI-master.tar.gz
Merge pull request #4 from andinus/andinus-main HEAD master
Fix go.mod & format renderfloat.go
Diffstat (limited to 'myCovidCLI.go')
-rw-r--r--myCovidCLI.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/myCovidCLI.go b/myCovidCLI.go
index 2594512..bf6dbaf 100644
--- a/myCovidCLI.go
+++ b/myCovidCLI.go
@@ -12,7 +12,7 @@ import (
 	"strings"
 	"time"
 
-	"git.tilde.institute/kneezle/myCOVIDcli/renderfloat"
+	"git.tilde.institute/kneezle/mycovidcli/renderfloat"
 	"github.com/olekukonko/tablewriter"
 )