A Pomodoro Server
Sebastian Mark
bc3a306c00
- implement pause and resume commands in the Pomodoro package
- modify timer logic to handle paused state
- adjust client command handling for pause and resume actions
- update HTML to include pause/resume button
🤖
|
||
---|---|---|
cmd/server | ||
internal | ||
pkg/models | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
GoTomato.go | ||
index.html | ||
README.md |
GoTomato
A pomodoro server written in Go
Installation
go install git.smsvc.net/pomodoro/GoTomato@latest
Testing
docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
go run .