1
0
Fork 0

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:
Alexander Andreev 2023-12-15 04:05:34 +04:00
parent e1f7dd81b6
commit e53bf0b77d
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build unix
// +build unix
package main
import (