mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-27 12:49:41 +08:00
10 lines
195 B
Go
10 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
|
|
}
|