1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-06 11:30:12 +02:00
seaweedfs/weed/command/update_full.go
2022-09-14 23:06:44 -07:00

10 lines
161 B
Go

//go:build elastic && ydb && gocdk && tikv
// +build elastic,ydb,gocdk,tikv
package command
// set true if gtags are set
func init() {
isFullVersion = true
}