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 fsprovides bindings to nmount and statfs, allowing filesystem manipulation.package jailprovides an interface for creating and managing jails.package mdprovides an interface to malloc/vnode/swap-backedmddevices.package netifwill eventually provide access to the a system's network interfaces, but right now just does address enumeration.