Files
kata-containers/pkg/README.md
James O. D. Hunt da2749c44d docs: Add missing docs
Add a few minimal documents to allow all the documentation in this
repository to be navigated from the top-level README.

Fixes #1681.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2019-05-15 16:28:29 +01:00

11 lines
330 B
Markdown

# Kata golang packages
This repository contains a number of packages in addition to the
[`virtcontainers`](../virtcontainers) package:
| Package name | Description |
|-|-|
| [`katatestutils`](katatestutils) | Unit test utilities. |
| [`katautils`](katautils) | Utilities. |
| [`signals`](signals) | Signal handling functions. |