Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cytec/nzb
easy reading of NZB Files in go (golang)
https://github.com/cytec/nzb
Last synced: about 1 month ago
JSON representation
easy reading of NZB Files in go (golang)
- Host: GitHub
- URL: https://github.com/cytec/nzb
- Owner: cytec
- Created: 2015-02-20T19:31:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T19:34:22.000Z (over 9 years ago)
- Last Synced: 2023-03-14T03:05:24.132Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nzb.go
======Little helper package for reading [NZB files](http://en.wikipedia.org/wiki/NZB) in Go (golang)
Install
-------```
go get github.com/cytec/nzb
```