command
module
Version:
v0.0.0-...-a47e65e
Opens a new window with list of versions in this module.
Published: Aug 25, 2016
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-acb
acb extract library. port code from VGMToolBox to Go
Installation
go get github.com/vazrupe/go-acb
Usage
Import Library:
import (
...
"github.com/vazrupe/go-acb/acb"
...
)
...
f, err := acb.LoadCriAcbFile(YOUR_FILE_PATH)
if err != nil {
_load error_
}
...
Commandline Use:
go-acb [-f] [-save=YOUR_SAVE_DIR] ACB_FILEs...
and examples dir
Lisence
MIT Lisence.
Reference
VGMToolBox, https://sourceforge.net/projects/vgmtoolbox/
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.