refactor: remove unused struct

main
sudo pacman -Syu 2021-05-05 16:32:42 +07:00
parent 3d470d1c43
commit 36de227c89
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var (
// denyOSes contains OS which is not supported
// go tool dist list
var denyOSes = map[string]struct{}{
"windows": struct{}{},
"windows": {},
}
type App struct {