mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
37a6493f73
commit
780147e6ce
@ -4,5 +4,5 @@ var version = struct {
|
||||
host string
|
||||
self int
|
||||
}{
|
||||
"2019-07-10 05:27:50", "ZYB-20190522USI.ubuntu", 136,
|
||||
"2019-07-10 07:04:27", "ZYB-20190522USI.ubuntu_10", 142,
|
||||
}
|
||||
|
@ -81,6 +81,7 @@ func Process(m *ctx.Message, file string, cb func(*ctx.Message, *http.Client, []
|
||||
go func(msg *ctx.Message) {
|
||||
wg.Add(1)
|
||||
defer wg.Done()
|
||||
|
||||
for {
|
||||
word, ok := <-input
|
||||
if !ok {
|
||||
|
Loading…
x
Reference in New Issue
Block a user