seaweedfs/weed/command/update_full.go

10 lines
160 B
Go
Raw Normal View History

//go:build elastic && ydb && gocdk && tikv
// +build elastic,ydb,gocdk,tikv
package command
//set true if gtags are set
func init() {
isFullVersion = true
}