Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/youyo/go-reverse
- Owner: youyo
- License: mit
- Created: 2016-09-06T11:17:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T16:04:37.000Z (about 8 years ago)
- Last Synced: 2024-06-20T02:07:00.951Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.