mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 08:12:47 +02:00
9 lines
195 B
Go
9 lines
195 B
Go
//go:build elastic && gocdk && rclone && sqlite && tikv && ydb
|
|
// +build elastic,gocdk,rclone,sqlite,tikv,ydb
|
|
|
|
package command
|
|
|
|
// set true if gtags are set
|
|
func init() {
|
|
isFullVersion = true
|
|
}
|