Quick start¶
Getting started¶
Prerequisites¶
Container-based¶
use a platform that supports the devcontainer spec.
Examples:
- VSCode Devcontainers
- DevPods
- GitHub CodeSpaces
Local¶
Fork and clone repository¶
- Fork the Service-Now SDK for Go repository to your personal GitHub Account.
-
Clone the forked repository:
git clone https://github.com/YOUR-USERNAME/servicenow-sdk-go.git -
Add the upstream remote for rebasing:
cd servicenow-sdk-go git remote add upstream https://github.com/michaeldcanady/servicenow-sdk-go.git