Make go:build compatible with go 1.16 (#361)

This commit is contained in:
ThinkChaos 2021-12-11 16:33:36 -05:00 committed by GitHub
parent c88ca4af85
commit 25ad3a9186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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