mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-19 05:27:50 +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
|
|
}
|