mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
mix branch 'master' of https://github.com/shylinux/context
This commit is contained in:
commit
45e22f0eb4
@ -1,4 +1,5 @@
|
|||||||
package cli
|
package cli
|
||||||
|
|
||||||
var version = struct {
|
var version = struct {
|
||||||
time string
|
time string
|
||||||
host string
|
host string
|
||||||
|
@ -81,6 +81,7 @@ func Process(m *ctx.Message, file string, cb func(*ctx.Message, *http.Client, []
|
|||||||
go func(msg *ctx.Message) {
|
go func(msg *ctx.Message) {
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
word, ok := <-input
|
word, ok := <-input
|
||||||
if !ok {
|
if !ok {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user