mirror of
https://github.com/versity/versitygw.git
synced 2026-08-16 20:26:16 +00:00
8 lines
110 B
Go
8 lines
110 B
Go
//go:build !cuobjclient_host
|
|
|
|
package main
|
|
|
|
func runModeLabel() string {
|
|
return "real-cuda-cuobject-token"
|
|
}
|