Skip to content

Commit df9520e

Browse files
committed
Missing go:build guard
1 parent 231f438 commit df9520e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dnscrypt-proxy/permcheck_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build unix
2+
13
package main
24

35
import (

0 commit comments

Comments
 (0)