jan-carreras / torrentpreviewer

Simple application that lets you generate img previews from torrents without downloading all the content
MIT License
2 stars 0 forks source link

Fixes linter error: #29

Closed jan-carreras closed 3 years ago

jan-carreras commented 3 years ago

cmd/cli/events/events.go:29:16: SA1017: the channel used with signal.Notify should be buffered (staticcheck) signal.Notify(termChan, syscall.SIGINT, syscall.SIGTERM)