Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-27 | Fix go.mod filev1.0.1 | xengineering | |
The go tool under Debian reported that the version of the tool should be specified only with major and minor version number but not patch version. | |||
2024-11-08 | Add json (un)marshal supportv1.0.0 | xengineering | |
This allows to use optionals for fields of structs which are marshalled or unmarshalled to or from JavaScript object notation (JSON). | |||
2024-11-08 | Test that empty optional does not exist | xengineering | |
2024-11-08 | Add example for usage in Go templates | xengineering | |
2024-11-08 | Add main.go with generic Optional definition | xengineering | |
This is the core of the optional package. | |||
2024-11-08 | Add go.mod file | xengineering | |
This declares the xengineering.eu/optional-go module. | |||
2024-11-08 | Add Mozilla Public License Version 2.0 | xengineering | |