1
0
mirror of https://github.com/taigrr/go-fastping synced 2025-01-18 05:03:15 -08:00

Apply go fmt

This commit is contained in:
Tatsushi Demachi 2014-08-03 20:37:27 +09:00
parent 2fb7a54c20
commit be887297cb

View File

@ -85,7 +85,7 @@ type context struct {
} }
func newContext() *context { func newContext() *context {
return &context { return &context{
stop: make(chan bool), stop: make(chan bool),
done: make(chan bool), done: make(chan bool),
} }