package
0.0.0-20191129172535-039a51fc60f4
Repository: https://github.com/ericlagerg/go-gnulib.git
Documentation: pkg.go.dev

# README

Go-Utmp

This is a collection of most of the assorted Linux/POSIX-esque UTMP and WTMP functions.

It includes FreeBSD.

Thankfully, since Go doesn't have to deal with this stupid backwards compatibility, I fiddled a bit with the API and instead of sharing a fd and having idiotic setutent() or endutent() for absolutely zero reason, most utent functions simply pass a pointer to an open file.

The code is licensed under the LGPLv3 and GPLv2 (per-file basis).