Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itchio/ox
- Owner: itchio
- License: mit
- Created: 2018-04-16T12:53:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T09:13:14.000Z (over 3 years ago)
- Last Synced: 2024-06-18T18:31:30.134Z (7 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.