mirror of
https://github.com/EricNeid/go-sleep.git
synced 2025-01-10 17:45:07 +00:00
Enable gitpod
This commit is contained in:
parent
b6d93248d1
commit
cdc58c26cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
cmd/sleep/sleep.exe
|
||||
cmd/sleep/sleep
|
3
.gitpod.yml
Normal file
3
.gitpod.yml
Normal file
@ -0,0 +1,3 @@
|
||||
tasks:
|
||||
- init: go get && go build ./... && go test ./... && make
|
||||
command: go run
|
@ -1,3 +1,5 @@
|
||||
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/EricNeid/go-sleep)
|
||||
|
||||
# About
|
||||
|
||||
Just sleep for windows.
|
||||
|
Loading…
Reference in New Issue
Block a user