1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-19 18:01:03 +02:00
seaweedfs/weed/command/update_full.go
2022-06-28 12:35:07 +08:00

10 lines
160 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
}