package freebsd
provides Go bindings to some of the more uncommon (but very useful!) features of FreeBSD. All functionality should be considered untested, APIs should be considered unstable (e.g., fork before using). Check the docs for the following sub-packages:
package fs
provides bindings to nmount and statfs, allowing filesystem manipulation.package jail
provides an interface for creating and managing jails.package md
provides an interface to malloc/vnode/swap-backedmd
devices.package netif
will eventually provide access to the a system's network interfaces, but right now just does address enumeration.