mirror of
https://github.com/hslam/msg.git
synced 2025-04-26 13:49:22 +08:00
godoc
This commit is contained in:
parent
46567b17e9
commit
ca5652f23c
@ -4,7 +4,7 @@
|
|||||||
[](https://goreportcard.com/report/github.com/hslam/msg)
|
[](https://goreportcard.com/report/github.com/hslam/msg)
|
||||||
[](https://github.com/hslam/msg/blob/master/LICENSE)
|
[](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…
x
Reference in New Issue
Block a user