Fix imports on website

This commit is contained in:
Frank Schroeder 2017-05-05 12:36:47 +02:00
parent b1e97baacb
commit 927335c045
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 2 additions and 1 deletions

View File

@ -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 {