Go to file
2021-12-15 13:07:23 +01:00
.github/workflows Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
cmd/sleep Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
LICENSES Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
.gitignore Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
.gitpod.yml Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
go.mod Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
LICENSE Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
Makefile Added spdx header for reuse compliance 2021-12-15 13:00:46 +01:00
README.md Update readme 2021-12-15 13:07:23 +01:00

Go Report Card Go Go Doc Release Gitpod ready-to-code

About

Just sleep for windows.

Quickstart

Make sure that docker is installed and checkout the project.

make all

Installation

Simply grep the latest available binary from the release page and put it somewhere in your path.

If go is installed and $GOPATH/bin is in your path, you can download and install the tool directly by using go install.

Download tool:

go install github.com/EricNeid/go-sleep/cmd/sleep@v0.2.0

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