Go to file
Eric Neidhardt 8ea82042cf Misc
2020-06-16 14:44:14 +00:00
cmd/sleep Implemented simple sleep 2020-01-21 07:33:45 +01:00
.gitignore Enable gitpod 2020-06-16 14:42:36 +00:00
.gitpod.yml Misc 2020-06-16 14:44:14 +00:00
go.mod Changed module name 2020-03-26 08:44:19 +01:00
LICENSE Initial commit 2020-01-20 18:45:19 +01:00
makefile Enable gitpod 2020-06-16 14:42:36 +00:00
README.md Enable gitpod 2020-06-16 14:42:36 +00:00

Gitpod ready-to-code

About

Just sleep for windows.

Getting started

Make sure that docker is installed and checkout the project.

make test
make build

Usage

Download tool.

go get github.com/EricNeid/go-sleep/cmd/sleep
go install github.com/EricNeid/go-sleep/cmd/sleep

Make sure that $GOPATH/bin is in your path.

sleep 4

Question or comments

Please feel free to open a new issue: https://github.com/EricNeid/go-sleep/issues