Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.05 KB

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.