Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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