mirror of
https://gogs.blitter.com/RLabs/goutmp
synced 2024-08-14 19:26:41 +00:00
Fixed +build constraints
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
c076bc0153
commit
74d785142e
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build bsd
|
// +build bsd
|
||||||
|
|
||||||
// Golang bindings for basic login/utmp accounting
|
// Golang bindings for basic login/utmp accounting
|
||||||
package goutmp
|
package goutmp
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build linux
|
// +build linux
|
||||||
|
|
||||||
// Golang bindings for basic login/utmp accounting
|
// Golang bindings for basic login/utmp accounting
|
||||||
package goutmp
|
package goutmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue