Skip to content
Snippets Groups Projects
Commit d4336cc2 authored by AlexStocks's avatar AlexStocks
Browse files

Fix: format test/integrate/dubbo/go-server/server.go

parent 7c752e84
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ func main() {
select {
case <-stopC:
// wait getty send resp to consumer
time.Sleep(3*time.Second)
time.Sleep(3 * time.Second)
return
case <-time.After(time.Minute):
panic("provider already running 1 min, but can't be call by consumer")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment