server: fix build tags

This commit is contained in:
Kyle Isom 2023-05-02 16:46:04 -07:00
parent 282beeddee
commit 3ec9af1fde
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build: !linux
//go:build !linux
package server

View File

@ -1,4 +1,4 @@
// +build: linux
//go:build linux
package server