server: fix build tags
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// +build: !linux
|
//go:build !linux
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// +build: linux
|
//go:build linux
|
||||||
|
|
||||||
package server
|
package server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user