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

https://github.com/stephen-fox/goss

goss abstracts operating system specific sockets into a small API.
https://github.com/stephen-fox/goss

ipc unix-socket windows-pipe

Last synced: 4 months ago
JSON representation

goss abstracts operating system specific sockets into a small API.

Awesome Lists containing this project

README

        

# goss

[![GoDoc][godoc-badge]][godoc]

[godoc-badge]: https://godoc.org/github.com/stephen-fox/goss?status.svg
[godoc]: https://godoc.org/github.com/stephen-fox/goss

Package goss abstracts operating system specific sockets into a small API.
It supports Unix sockets and Windows named pipes.

## Special thanks
This project heavily relies on the work and ideas of the following people
and organizations:

- [Brennan Macaig](https://github.com/brennan-macaig) for the library idea
- [Nate Finch](https://github.com/natefinch)
- [Microsoft's OSS maintainers](https://github.com/microsoft/go-winio/graphs/contributors)
- [Microsoft's go-winio project](https://github.com/microsoft/go-winio)