Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```