mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-06-28 13:05:21 +08:00
10 lines
218 B
Go
10 lines
218 B
Go
//go:build elastic && gocdk && rclone && sqlite && tarantool && tikv && ydb
|
|
// +build elastic,gocdk,rclone,sqlite,tarantool,tikv,ydb
|
|
|
|
package command
|
|
|
|
// set true if gtags are set
|
|
func init() {
|
|
isFullVersion = true
|
|
}
|