Categorygithub.com/schultz-is/imsg-go
repositorypackage
0.1.0
Repository: https://github.com/schultz-is/imsg-go.git
Documentation: pkg.go.dev

# README

imsg-go Tests Go Reference Go Report Card

This package provides a method for interacting with OpenBSD's imsg IPC messaging. Communication via imsg commonly occurs between privilege separated processes over a stream-oriented Unix domain socket. Examples of imsg usage can be found in several utilities including OpenBSD's vmm/vmd/vmctl, OpenBGPD, and tmux.

Stability

This package is pre-v1 and as such, currently provides no stability guarantees. Go 1.17 and above are supported.