https://github.com/youyo/go-reverse
To reverse the bool
https://github.com/youyo/go-reverse
Last synced: about 2 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T16:04:37.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T13:27:52.034Z (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
[](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.