Files
versitygw/cmd/cuobjtest/mode_host.go
T

8 lines
111 B
Go

//go:build cuobjclient_host
package main
func runModeLabel() string {
return "host-memory-cuobject-token"
}