Skip to main content

3 docs tagged with "go"

View all tags

Go

In this section you can find instructions to use the available Go libraries to be used in your own projects.

Nyx Main

You can use the main Nyx library to embed it into your project and use all or some of its features. The github.com/mooltiverse/nyx/src/go/nyx/nyx package brings the Nyx structure that is the entry point for all the available commands and features.

Semantic Version

The version package provides you with a fully featured implementation of the Semantic Versioning (SemVer) specification without any external dependency. Full support for parsing, ordering, bumping and manipulating versions and their identifiers is provided.