Changed module name

This commit is contained in:
Eric Neidhardt 2020-03-26 08:44:19 +01:00
parent f195167756
commit 27929b5756
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ make build
Download tool.
```bash
go install EricNeid/go-sleep/cmd/sleep
go install github.com/EricNeid/go-sleep/cmd/sleep
```
Make sure that $GOPATH/bin is in your path.

2
go.mod
View File

@ -1,3 +1,3 @@
module EricNeid/go-sleep
module github.com/EricNeid/go-sleep
go 1.13