Files
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-14 23:06:44 -07:00
// set true if gtags are set
func init() {
isFullVersion = true
}