delete nocluster file and remove build tag

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/3155/head
Brian Downs 2021-04-07 12:16:28 -07:00
parent 3ed9b0a997
commit 4a49b9e40b
2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
// +build no_etcd
package cmds
const (
hideClusterFlags = true
)

View File

@ -1,5 +1,3 @@
// +build !no_etcd
package cluster
import (