MrSaints / go-nx

A Go package for parsing, and programmatically working with NX/PKG4 files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-nx

Build Status Coverage Status GoDoc

A Go package for parsing, and programmatically working with NX/PKG4 files.

This library's design was inspired by Diamondo25's node-nx-parser (Node) and Strax's nx-pkg4 (Java) NX library.

Usage

  1. Download, and install go-nx/nx:

    go get github.com/MrSaints/go-nx/nx
  2. Import the package into your code:

    import "github.com/MrSaints/go-nx/nx"

View the GoDoc, examples or code for more information.

About

A Go package for parsing, and programmatically working with NX/PKG4 files.

License:Other


Languages

Language:Go 100.0%