Skip to content
Snippets Groups Projects
Commit a0887097 authored by Yege1893's avatar Yege1893
Browse files

final

parent 00309b95
No related branches found
No related tags found
1 merge request!4Master
package main package main
import ( import (
"fmt"
"net/http" "net/http"
"os" "os"
"time" "time"
...@@ -38,7 +37,7 @@ func main() { ...@@ -38,7 +37,7 @@ func main() {
go func() { go func() {
for { for {
match := <-updateChan match := <-updateChan
fmt.Println(match, "match")
service.InserExternalMatch(match) service.InserExternalMatch(match)
} }
}() }()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment