Categorygithub.com/mrsaints/go-nx
module
0.0.0-20150908182830-69b9f38042ee
Repository: https://github.com/mrsaints/go-nx.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author
No description provided by the author