diff options
author | Andinus <andinus@nand.sh> | 2020-05-28 14:49:57 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-28 14:57:11 +0530 |
commit | 8a52ddeecf08d7cabf880aadc0dac817a258159b (patch) | |
tree | c6b575abf5a8da272ef836d797a3b9916bdb419d | |
parent | dee647df144e284c1afdedfb497e3ee456b36acc (diff) | |
download | myCovidCLI-8a52ddeecf08d7cabf880aadc0dac817a258159b.tar.gz |
Update import path
-rw-r--r-- | myCovidCLI.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myCovidCLI.go b/myCovidCLI.go index aa49097..2594512 100644 --- a/myCovidCLI.go +++ b/myCovidCLI.go @@ -12,8 +12,8 @@ import ( "strings" "time" + "git.tilde.institute/kneezle/myCOVIDcli/renderfloat" "github.com/olekukonko/tablewriter" - "myCOVIDcli/renderfloat" ) func main() { |