rename to setids_unix.go and adjust build directives accordingly

This commit is contained in:
Arceliar 2021-07-24 13:43:27 -05:00
parent b299d7e36b
commit 334a7ac23d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build !linux,!darwin,!freebsd,!openbsd
// +build !unix
package main

View file

@ -1,4 +1,4 @@
// +build linux darwin freebsd openbsd
// +build unix
package main