Merge pull request #575 from CptTZ/patch-1

Remove unused import 'os/signal' for windows
This commit is contained in:
Leo Balduf 2022-07-06 10:01:40 +02:00 committed by GitHub
commit cd6dfd8a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ package main
import (
"os"
"os/signal"
"syscall"
)