process.go was renamed to process_unix.go and build tags for unix was added to it as well. That's to show that currently only unix and unix-like systems are supported.
This commit is contained in:
parent
e1f7dd81b6
commit
e53bf0b77d
@ -1,3 +1,6 @@
|
|||||||
|
//go:build unix
|
||||||
|
// +build unix
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
Loading…
Reference in New Issue
Block a user