More linting fixes

This commit is contained in:
AlexSSD7 2023-09-02 12:09:26 +01:00
commit 52cd7e21cb
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import "runtime"
// For some reason, `runtime` package does not provide this while
// "goconst" linter complains about us not using constants in
// expressions like `runtime.GOOS == "windows"`. And it is
// not wrong, accidentally mispelling these OS IDs is a
// not wrong, accidentally misspelling these OS IDs is a
// matter of time.
func IsWindows() bool {