Fix imports on website

This commit is contained in:
Frank Schroeder 2017-05-05 12:36:47 +02:00
parent f39c604cd7
commit f0d847572d
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 ( 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 {