Updated package name

master
Darshil Chanpura 2020-09-11 21:35:45 +05:30
parent 1022ecb559
commit 993c0d1c93
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module git.dcpri.me/dtchanpura/heartbeet
module git.dcpri.me/some-fancy-tools/heartbeet
go 1.12

View File

@ -3,7 +3,7 @@ package main
import (
"flag"
"git.dcpri.me/dtchanpura/heartbeet/poller"
"git.dcpri.me/some-fancy-tools/heartbeet/poller"
)
var (