Fixed +build constraints

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-04-25 18:39:08 -07:00
parent c076bc0153
commit 74d785142e
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// +build bsd
// Golang bindings for basic login/utmp accounting
package goutmp

View File

@ -1,4 +1,5 @@
// +build linux
// Golang bindings for basic login/utmp accounting
package goutmp