Genesis
This commit is contained in:
commit
11c599a371
11 changed files with 325 additions and 0 deletions
12
config/PomodoroSettings.go
Normal file
12
config/PomodoroSettings.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"git.smsvc.net/pomodoro/GoTomato/pkg/models"
|
||||
)
|
||||
|
||||
var PomodoroSettings = models.GoTomatoPomodoroConfig{
|
||||
Work: 25 * 60,
|
||||
ShortBreak: 5 * 60,
|
||||
LongBreak: 10 * 60,
|
||||
Sessions: 4,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue