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:
parent
2fb7a54c20
commit
be887297cb
@ -85,7 +85,7 @@ type context struct {
|
||||
}
|
||||
|
||||
func newContext() *context {
|
||||
return &context {
|
||||
return &context{
|
||||
stop: make(chan bool),
|
||||
done: make(chan bool),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user