https://github.com/foxcapades/lib-go-xos
https://github.com/foxcapades/lib-go-xos
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxcapades/lib-go-xos
- Owner: Foxcapades
- License: mit
- Created: 2019-08-30T01:05:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T03:10:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T17:19:19.334Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: license
Awesome Lists containing this project
README
= XOS
`os` package without errors.
Simple wrapper for common `os` standard library functions
that panic instead of returning an error.
Simply for throwing together quick scripts in Go rather than
bash.