server: fix build tags
This commit is contained in:
parent
282beeddee
commit
3ec9af1fde
|
@ -1,4 +1,4 @@
|
|||
// +build: !linux
|
||||
//go:build !linux
|
||||
|
||||
package server
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build: linux
|
||||
//go:build linux
|
||||
|
||||
package server
|
||||
|
||||
|
|
Loading…
Reference in New Issue