https://github.com/realityone/go-daddy
Modern language features in Go.
https://github.com/realityone/go-daddy
error-handling golang list-comprehension optional-chaining
Last synced: about 1 year ago
JSON representation
Modern language features in Go.
- Host: GitHub
- URL: https://github.com/realityone/go-daddy
- Owner: realityone
- License: wtfpl
- Created: 2017-11-21T05:45:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T05:46:29.000Z (over 8 years ago)
- Last Synced: 2025-02-12T21:18:09.143Z (over 1 year ago)
- Topics: error-handling, golang, list-comprehension, optional-chaining
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-daddy
Modern language features in Go.
[](https://travis-ci.org/realityone/go-daddy)
[](https://goreportcard.com/report/github.com/realityone/go-daddy)
## Summary
This is the daddy who protects you leaving from nil pointer panic and error handling hell.
## Warning
This project will be abandoned suddenly after it is finished.
## Reference
- [std::option](https://doc.rust-lang.org/std/option/)
- [std::option::Option](https://doc.rust-lang.org/std/option/enum.Option.html)
- [core::result](https://doc.rust-lang.org/std/result/)
- [core::result::Result](https://doc.rust-lang.org/core/result/enum.Result.html)
## License
[WTFPL](https://en.wikipedia.org/wiki/WTFPL)