Fix imports on website

pull/3011/head
Frank Schroeder 8 years ago
parent f39c604cd7
commit f0d847572d
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

@ -71,9 +71,10 @@ coordinates:
```
import (
"github.com/hashicorp/serf/coordinate"
"math"
"time"
"github.com/hashicorp/serf/coordinate"
)
func dist(a *coordinate.Coordinate, b *coordinate.Coordinate) time.Duration {

Loading…
Cancel
Save