Files
seaweedfs/weed/command/update_full.go

10 lines
218 B
Go
Raw Normal View History

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