Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 411 Bytes

File metadata and controls

21 lines (15 loc) · 411 Bytes

Go Lang Example

Interacting with the Github API

Getting Started

  • cd go # navigate the the top of the go directory
  • ls -R # check sub folders
README.md   src

./src:
githubApiInteraction

./src/githubApiInteraction:
main.go
  • export GOPATH="$(pwd)"
  • go install githubApiInteraction # Build the program
  • ./bin/githubApiInteraction # Run the program