Skip to content

Commit

Permalink
fix: flag.Parse()
Browse files Browse the repository at this point in the history
  • Loading branch information
miodzie committed Mar 31, 2024
1 parent 91728f0 commit 4da9a80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import (
)

// TODO: custom expire times, maybe as a flag
// TODO: Single Use flag
// TODO: Minimal UI
// TODO: Throttle

type Lock struct{ sync.Mutex }

Expand All @@ -33,6 +36,7 @@ var (
)

func main() {
flag.Parse()

go func() {
for {
Expand Down

0 comments on commit 4da9a80

Please sign in to comment.