Go vanity imports for Bluebeam shared libraries.
Bluebeam SDK for Go - shared libraries for building Go microservices.
go get go-pkg.bluebeam.com/bbsdk
To use these modules, ensure your Go environment is configured:
export GOPRIVATE=go-pkg.bluebeam.com/*
export GONOSUMDB=go-pkg.bluebeam.com/*
Then install as usual:
go get go-pkg.bluebeam.com/bbsdk@latest
Configure Git to authenticate with GitHub:
# SSH (recommended)
git config --global url."git@github.com:".insteadOf "https://github.com/"
# Or HTTPS with token
git config --global url."https://${GITHUB_TOKEN}@github.com/".insteadOf "https://github.com/"
Visit the GitHub repository for full documentation.