Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repejota/binaryprefix
A golang module to parse Binary Prefixes for sizing Hard disks and Memory as specified in https://en.wikipedia.org/wiki/Binary_prefix
https://github.com/repejota/binaryprefix
Last synced: about 4 hours ago
JSON representation
A golang module to parse Binary Prefixes for sizing Hard disks and Memory as specified in https://en.wikipedia.org/wiki/Binary_prefix
- Host: GitHub
- URL: https://github.com/repejota/binaryprefix
- Owner: repejota
- License: mit
- Created: 2015-09-21T23:50:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T11:17:26.000Z (over 7 years ago)
- Last Synced: 2024-06-20T14:19:44.899Z (5 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binaryprefix
A golang module to parse Binary Prefixes for sizing Hard disks and Memory as
specified in https://en.wikipedia.org/wiki/Binary_prefix## Build status
* Develop [![Build Status Develop](https://travis-ci.org/repejota/binaryprefix.svg?branch=develop)](https://travis-ci.org/repejota/binaryprefix)
* Master [![Build Status Master](https://travis-ci.org/repejota/binaryprefix.svg?branch=master)](https://travis-ci.org/repejota/binaryprefix)## Tests
Running the tests:
```
go test .
```Getting the lint report, just run:
```
go lint .
```## Coverage
* Develop [![Coverage Status Develop](https://coveralls.io/repos/repejota/binaryprefix/badge.svg?branch=develop&service=github)](https://coveralls.io/github/repejota/binaryprefix?branch=develop)
* Master [![Coverage Status Master](https://coveralls.io/repos/repejota/binaryprefix/badge.svg?branch=master&service=github)](https://coveralls.io/github/repejota/binaryprefix?branch=master)