Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itchio/ox

🐂 ox (Os eXtended) contains system utilities for golang that aren't in stock syscall / os
https://github.com/itchio/ox

Last synced: about 2 months ago
JSON representation

🐂 ox (Os eXtended) contains system utilities for golang that aren't in stock syscall / os

Awesome Lists containing this project

README

        

# ox

[![build status](https://git.itch.ovh/itchio/ox/badges/master/build.svg)](https://git.itch.ovh/itchio/ox/commits/master)
[![codecov](https://codecov.io/gh/itchio/ox/branch/master/graph/badge.svg)](https://codecov.io/gh/itchio/ox)
[![Go Report Card](https://goreportcard.com/badge/github.com/itchio/ox)](https://goreportcard.com/report/github.com/itchio/ox)
[![GoDoc](https://godoc.org/github.com/itchio/ox?status.svg)](https://godoc.org/github.com/itchio/ox)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/ox/blob/master/LICENSE)

ox contains:

* Package `syscallex`: the missing parts of `syscall`
* Package `winox`: convenient wrappers for some Win32 APIs
* Package `macox`: convenient wrappers for some Cocoa APIs

## License

Licensed under MIT License, see `LICENSE` for details.