Janus

An argument-parsing library for Go.

Version 2.1.0

Home


Features

Installation

Install directly from Github:

$ go get github.com/dmulholl/janus/v2

Import the janus package:

import "github.com/dmulholl/janus/v2"

Alternatively, you can incorporate the single, public-domain janus.go file directly into your application. The library has no external dependencies.

License

This work has been placed in the public domain.