Skip to content

Quick start

Getting started

Prerequisites

Container-based

use a platform that supports the devcontainer spec.

Examples:

Local

Fork and clone repository

  1. Fork the Service-Now SDK for Go repository to your personal GitHub Account.
  2. Clone the forked repository:

    git clone https://github.com/YOUR-USERNAME/servicenow-sdk-go.git
    
  3. Add the upstream remote for rebasing:

    cd servicenow-sdk-go
    git remote add upstream https://github.com/michaeldcanady/servicenow-sdk-go.git