mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 08:12:47 +02:00
9 lines
161 B
Go
9 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
|
|
}
|