mirror of https://github.com/status-im/consul.git
Fix imports on website
This commit is contained in:
parent
f39c604cd7
commit
f0d847572d
|
@ -71,9 +71,10 @@ coordinates:
|
||||||
|
|
||||||
```
|
```
|
||||||
import (
|
import (
|
||||||
"github.com/hashicorp/serf/coordinate"
|
|
||||||
"math"
|
"math"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/hashicorp/serf/coordinate"
|
||||||
)
|
)
|
||||||
|
|
||||||
func dist(a *coordinate.Coordinate, b *coordinate.Coordinate) time.Duration {
|
func dist(a *coordinate.Coordinate, b *coordinate.Coordinate) time.Duration {
|
||||||
|
|
Loading…
Reference in New Issue