Selaa lähdekoodia

Update exp package to use my repo

Marc Millstone 9 vuotta sitten
vanhempi
commit
31654a18eb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      exp/exp.go

+ 1 - 1
exp/exp.go

@@ -8,7 +8,7 @@ import (
 	"net/http"
 	"net/http"
 	"sync"
 	"sync"
 
 
-	"github.com/rcrowley/go-metrics"
+	"github.com/splittingfield/go-metrics"
 )
 )
 
 
 type exp struct {
 type exp struct {