mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-14 23:46:39 +03:00
ba3afd1803
Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
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
|
|
}
|