go-pkg.bluebeam.com

Go vanity imports for Bluebeam shared libraries.

Available Modules

go-pkg.bluebeam.com/bbsdk

Bluebeam SDK for Go - shared libraries for building Go microservices.

go get go-pkg.bluebeam.com/bbsdk

Subpackages:

Usage

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

GitHub Authentication

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/"

Documentation

Visit the GitHub repository for full documentation.