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

https://github.com/osamingo/boolconv

Golang bool converts byte slice.
https://github.com/osamingo/boolconv

Last synced: over 1 year ago
JSON representation

Golang bool converts byte slice.

Awesome Lists containing this project

README

          

# boolconv

[![Build Status](https://img.shields.io/travis/osamingo/boolconv.svg?style=flat)](https://travis-ci.org/osamingo/boolconv)
[![codecov.io](https://img.shields.io/codecov/c/github/osamingo/boolconv.svg?style=flat)](https://codecov.io/github/osamingo/boolconv?branch=master)
[![License](http://img.shields.io/badge/license-MIT-orange.svg?style=flat)](https://github.com/osamingo/boolconv/blob/master/LICENSE)

Golang bool converts byte slice.

## Installation

```
$ go get -u github.com/osamingo/boolconv
```

## Quick Start

## License

Released under the [MIT License](https://github.com/osamingo/boolconv/blob/master/LICENSE).