remove unused function
remove log when weed is up to date add check whether weed is full version
This commit is contained in:
9
weed/command/update_full.go
Normal file
9
weed/command/update_full.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build elastic && ydb && gocdk && hdfs
|
||||
// +build elastic,ydb,gocdk,hdfs
|
||||
|
||||
package command
|
||||
|
||||
//set true if gtags are set
|
||||
func init() {
|
||||
isFullVersion = true
|
||||
}
|
||||
Reference in New Issue
Block a user