Skip to content

Commit

Permalink
Merge pull request #281 from projectdiscovery/issue-280-permissionutil
Browse files Browse the repository at this point in the history
Fix conflicting declarations under `permissionutil`
  • Loading branch information
Mzack9999 authored Nov 2, 2023
2 parents 59327f5 + 3b40c4f commit 7240002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permission/permission_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux && !(armv7l || armv8l)
//go:build linux && !(armv7l || armv8l) && !android

package permissionutil

Expand Down

0 comments on commit 7240002

Please sign in to comment.