Maintenance: package comments

This commit is contained in:
Quentin McGaw
2021-02-06 16:26:23 +00:00
parent 90aaf71270
commit 7ca9d445f1
19 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// Package unix defines interfaces to interact with Unix related objects.
// Its primary use is to be used in tests.
package unix
import sysunix "golang.org/x/sys/unix"