blob: 46da1aa54bbbc907d86ae3206bfe3151da19a5d7 (
plain)
1
2
3
4
5
|
// Package libmemif is a Golang adapter for the libmemif library
// (extras/libmemif in the VPP repository). To differentiate between the adapter
// and the underlying C-written library, labels "Go-libmemif" and "C-libmemif"
// are used in the documentation.
package libmemif
|