Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
πŸ› Fixed defaulting to shift mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beta Pictoris committed Feb 26, 2022
1 parent 08cff13 commit 56e571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
)

func main() {
var mode = "shift" // Mode can be 'day' or 'shift'
var mode = "day" // Mode can be 'day' or 'shift'

var hour = time.Now().Hour()
var minute = time.Now().Minute()
Expand Down

0 comments on commit 56e571c

Please sign in to comment.