Skip to content

CasperHK/mtimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Timer


Installation

go get github.com/CasperHK/mtimer

## Usage ```go import ( timer "github.com/CasperHK/mtimer" ) ```
timer := mtimer.NewTimer()
timer.SetTime(`12:15`)
timer.SetAlarm(`2:45`, func() {

})
timer.SetPeriodAction(0.5, timer.Second, func() {

})
timer.Print()
timer.Start()
timer.Stop()

## License This Go package is under **Apache License V2.0**.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages