zhangmeng
2019-08-26 b8c95802541ab250defd7d0ad307a4ddcabd8e58
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))