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

package command

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