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

package command

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