This commit is contained in:
hslam 2020-11-29 03:33:55 +08:00
parent 46567b17e9
commit ca5652f23c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/hslam/msg)](https://goreportcard.com/report/github.com/hslam/msg)
[![LICENSE](https://img.shields.io/github/license/hslam/msg.svg?style=flat-square)](https://github.com/hslam/msg/blob/master/LICENSE)
Package msg provides a way to use System V message queue.
Package msg provides a way to use System V message queues.
## Get started

2
msg.go
View File

@ -1,5 +1,5 @@
// 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 queue.
// Package msg provides a way to use System V message queues.
package msg