nokka / d2s

Diablo II file format binary parser written in Go.
MIT License
149 stars 31 forks source link

Add item version and make prefixes and suffixes a fixed length array. #12

Closed dschu012 closed 4 years ago

dschu012 commented 4 years ago

address issue #10 and #11.

nokka commented 4 years ago

Nice work, thank you! I'll check it out soon and merge, just need to try it, was planning to adding a tag with go mod working as well so you can import the library with go mod tag v1.0.0. Thanks again!