mirror of https://github.com/hslam/msg.git
godoc
This commit is contained in:
parent
46567b17e9
commit
ca5652f23c
|
@ -4,7 +4,7 @@
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/hslam/msg)](https://goreportcard.com/report/github.com/hslam/msg)
|
[![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)
|
[![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
|
## Get started
|
||||||
|
|
||||||
|
|
2
msg.go
2
msg.go
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (c) 2020 Meng Huang (mhboy@outlook.com)
|
// Copyright (c) 2020 Meng Huang (mhboy@outlook.com)
|
||||||
// This package is licensed under a MIT license that can be found in the LICENSE file.
|
// 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
|
package msg
|
||||||
|
|
Loading…
Reference in New Issue