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
import (
"fmt"
"net/http"
"os"
"time"
......@@ -38,7 +37,7 @@ func main() {
go func() {
for {
match := <-updateChan
fmt.Println(match, "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