Categorygithub.com/asabya/go-ipc-uds
modulepackage
0.1.2
Repository: https://github.com/asabya/go-ipc-uds.git
Documentation: pkg.go.dev

# README

go-ipc-uds

Go Reference Go Report Card Actions Status codecov

IPC using UDS (unix domain socket) in go

Install

go get -u github.com/asabya/go-ipc-uds

Examples

Check out the example

Project52

It is one of my project 52.

# Packages

No description provided by the author

# Functions

Dialer creates a uds dialer.
No description provided by the author
Listener creates a uds listener.

# Structs

No description provided by the author
Options is used to create Listener/Dialer.

# Interfaces

No description provided by the author