摘要: 1 //autoInc.go 2 3 package autoInc 4 5 type AutoInc struct { 6 start, step int 7 queue chan int 8 running bool 9 }10 11 func ... 阅读全文
posted @ 2014-10-31 10:32 yumuxu 阅读(688) 评论(0) 推荐(0) 编辑