seaweedfs/weed/command/update_full.go

10 lines
195 B
Go
Raw Permalink Normal View History

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