Skip to content

euggo/praxis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

praxis

Guide:

  • Personal Access Token
    • Ensure that you are logged into Github.
    • Visit https://github.com/settings/tokens
      • Create new token with only "public_repo" scope selected.
      • Delete when no longer needed.
    • Set your token as an environment variable.
    • Set your username as an environment variable.
  • practice repository
    • Set this repo's "owner" as an environment variable. (euggo)
    • Set this repo's "name" as an environment variable. (praxis)
    • Request "write" access for euggo/praxis so that you can lock issues.
      • Access can be granted by project admins (Greg, Nathan, Daved).
      • Alternately, skip the "lock/unlock portion of the exercise.
  • "github" library
    • Should not have any credentials hardcoded.
    • Should implement Create, Read, Update, Lock, Unlock, and Search.
    • Should make using it's API as convenient as possible.
  • "main" application

About

gopl exercise 4.11 scratch repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages