zhangmeng
2019-08-26 b8c95802541ab250defd7d0ad307a4ddcabd8e58
update shm
1个文件已修改
3 ■■■■ 已修改文件
shm.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
shm.go
@@ -5,7 +5,7 @@
    "fmt"
    "io"
    "github.com/tmthrgd/shm-go"
    "basic.com/valib/shm.git"
)
// SHM share memory
@@ -65,7 +65,6 @@
    var param []int
    for _, v := range args {
        fmt.Println(v)
        switch v.(type) {
        case int:
            param = append(param, v.(int))