adding in ops (#2597)

* adding in ops

* Add dot

Added dot to comply with entry form tests
This commit is contained in:
Ian Eyberg 2019-07-02 01:13:24 -07:00 committed by Ceriath
parent 597816f7af
commit 678cca95d8

View File

@ -210,6 +210,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. * [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
* [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces. * [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.
* [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation. * [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation.
* [ops](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator.
* [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. * [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
* [readline](https://github.com/chzyer/readline) - Pure golang implementation that provides most features in GNU-Readline under MIT license. * [readline](https://github.com/chzyer/readline) - Pure golang implementation that provides most features in GNU-Readline under MIT license.
* [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more. * [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more.