# README
GitHub SDK Technical Survey Repository
This repository is a technical survey of the GitHub SDK.
Overview
Requirements
- Go 1.20 and later
Container image info
How to use
Execution on local machine
- Start the Dev Container
- Install the dependencies
go mod tidy
- Build the application
go build
- Execute the application
e.g../tech-survs-github-sdk -o <owner> -r <repository>
./tech-survs-github-sdk -o octokit -r go-sdk