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

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.

Awesome Lists containing this project

README

          

# go-daddy
Modern language features in Go.

[![Build Status](https://travis-ci.org/realityone/go-daddy.svg?branch=master)](https://travis-ci.org/realityone/go-daddy)
[![Go Report Card](https://goreportcard.com/badge/github.com/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)