aboutsummaryrefslogtreecommitdiff
path: root/weed/command/update_full.go
blob: 529f38219603049b54026103d60bbe2f4c2683ef (plain)
1
2
3
4
5
6
7
8
9
//go:build elastic && ydb && gocdk && hdfs
// +build elastic,ydb,gocdk,hdfs

package command

//set true if gtags are set
func init() {
	isFullVersion = true
}