feat: (re)add GoTomato.go
- refactor server package - update package name - rename `StartServer()` to `Start()` - (re)add `GoTomato.go` to call `server.Start()` - update README
This commit is contained in:
parent
c59f737eb7
commit
b7a79acdb0
3 changed files with 12 additions and 3 deletions
|
@ -10,7 +10,7 @@ A pomodoro server written in Go
|
|||
|
||||
```
|
||||
docker run --rm -d --name pomodoro-client -v $PWD:/usr/share/nginx/html/ -p 8081:80 nginx
|
||||
go run ./cmd/server
|
||||
go run .
|
||||
```
|
||||
|
||||
open http://localhost:8081
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue