9 lines
161 B
Go
9 lines
161 B
Go
//go:build elastic && gocdk && rclone && sqlite && tarantool && tikv && ydb
|
|
|
|
package command
|
|
|
|
// set true if gtags are set
|
|
func init() {
|
|
isFullVersion = true
|
|
}
|