Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xyproto/octal

Extremely simple package for octal numbers
https://github.com/xyproto/octal

file-permissions octal type-safety

Last synced: 2 days ago
JSON representation

Extremely simple package for octal numbers

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