Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)