Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/octal
Extremely simple package for octal numbers
https://github.com/xyproto/octal
file-permissions octal type-safety
Last synced: 2 months ago
JSON representation
Extremely simple package for octal numbers
- Host: GitHub
- URL: https://github.com/xyproto/octal
- Owner: xyproto
- License: mit
- Created: 2017-04-24T13:28:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:36:18.000Z (over 6 years ago)
- Last Synced: 2024-10-05T15:25:24.252Z (3 months ago)
- Topics: file-permissions, octal, type-safety
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octal
Extremely simple package for octal numbers.
[API doc](https://godoc.org/github.com/xyproto/octal)
## Why?
An `Octal` has the potential to increase the safety of the code, since it ensures that `Octal` numbers will not be mixed with non-`Octal` numbers.
It can also be useful in connection with marshalling and unmarshalling of `XML`, `JSON`, `YAML` and `TOML` data.
## General info
* Version: 0.1
* Author: Alexander F. Rødseth <[email protected]>
* License: MIT