mirror of
https://github.com/hslam/msg.git
synced 2025-04-25 13:48:50 +08:00
6 lines
215 B
Go
6 lines
215 B
Go
// Copyright (c) 2020 Meng Huang (mhboy@outlook.com)
|
|
// This package is licensed under a MIT license that can be found in the LICENSE file.
|
|
|
|
// Package msg provides a way to use System V message queues.
|
|
package msg
|