5 lines
211 B
Go
5 lines
211 B
Go
// Package linutil contains functions and data structures used by both the
|
|
// linux implementation of the native backend and the core backend to deal
|
|
// with structures used by the linux kernel.
|
|
package linutil
|