seaweedfs/weed/command/update_full.go

10 lines
161 B
Go
Raw Normal View History

//go:build elastic && ydb && gocdk && tikv
// +build elastic,ydb,gocdk,tikv
package command
2022-09-15 06:06:44 +00:00
// set true if gtags are set
func init() {
isFullVersion = true
}