appease linter

This commit is contained in:
Jesse Duffield 2022-01-12 23:12:54 +11:00
parent 97772a95d0
commit 23bb5692e4
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package commands

View file

@ -1,3 +1,4 @@
//go:build !windows && !linux
// +build !windows,!linux
package config