1
0
mirror of https://github.com/hslam/shm.git synced 2025-04-25 13:48:57 +08:00
This commit is contained in:
hslam 2020-11-28 17:25:57 +08:00
parent 16d113b4ba
commit 690d431ddd

2
shm.go
View File

@ -1,7 +1,7 @@
// 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 shm provides a way to use shared memory.
// Package shm provides a way to use System V shared memory.
package shm
import (