Go client library for NVIDIA Cloud Functions (NVCF).
nvcf-go provides Go packages for building and integrating with NVIDIA Cloud
Functions. It is used internally across NVCF's Go-based services and is
published here as an open-source library.
go get github.com/NVIDIA/nvcf-go- Go 1.24 or later
import "github.com/NVIDIA/nvcf-go/pkg/<package>"See the pkg/ directory for available packages and their documentation.
go build ./...go test ./...go vet ./...
golangci-lint run ./...See CONTRIBUTING.md for guidelines.
All pull requests must be signed off with the Developer Certificate of Origin (DCO). See CONTRIBUTING.md for instructions.
Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Licensed under the Apache License, Version 2.0.
Please report security vulnerabilities via SECURITY.md.