Xiang Li пре 12 година
родитељ
комит
8f3e6f340f
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      machines.go

+ 0 - 5
machines.go

@@ -1,10 +1,5 @@
 package main
 
-import (
-	"net/url"
-	"path"
-)
-
 // machineNum returns the number of machines in the cluster
 func machineNum() int {
 	response, _ := etcdStore.RawGet("_etcd/machines")