MCPcopy
hub / github.com/minio/minio-go / main

Function main

cmd/rdma-test/main.go:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func main() {
39 if err := run(); err != nil {
40 log.Fatal(err)
41 }
42}
43
44func run() error {
45 endpoint := envOr("MINIO_ENDPOINT", "coe01:9000")

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected