Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdw-go/tomato
A timer (including a pomodoro cli)
https://github.com/mdw-go/tomato
Last synced: 14 days ago
JSON representation
A timer (including a pomodoro cli)
- Host: GitHub
- URL: https://github.com/mdw-go/tomato
- Owner: mdw-go
- License: other
- Created: 2018-05-17T04:26:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T15:59:54.000Z (30 days ago)
- Last Synced: 2024-10-20T14:53:50.717Z (29 days ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# timer
--
import "github.com/mdw-go/tomato"## Usage
#### type Timer
```go
type Timer struct {
}
```#### func SetTimer
```go
func SetTimer(duration time.Duration) *Timer
```#### func (*Timer) Start
```go
func (this *Timer) Start()
```#### func (*Timer) String
```go
func (this *Timer) String() string
```