This commit is contained in:
hslam 2020-11-28 17:25:57 +08:00
parent 16d113b4ba
commit 690d431ddd
1 changed files with 1 additions and 1 deletions

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 (