Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/youyo/go-reverse

To reverse the bool
https://github.com/youyo/go-reverse

Last synced: 8 days ago
JSON representation

To reverse the bool

Awesome Lists containing this project

README

        

# go-reverse

[![wercker status](https://app.wercker.com/status/3cee32df6a0d3e5b65875c81490fd1ff/s/master "wercker status")](https://app.wercker.com/project/byKey/3cee32df6a0d3e5b65875c81490fd1ff)

To reverse the bool.

## Usage

Just call `reverse.Bool()`.

```
import (
"github.com/youyo/go-reverse"
)

beTrue := reverse.Bool(false)
beFalse := reverse.Bool(true)
```

## License

MIT License.