A customized github api with Go.
Nothing interesting. I'm currently learning Go and wanna do something that works
- First install Go on your environment. ( link )
- Clone this repo
- Genereate a classic personal access token here https://github.com/settings/tokens
- If you are with mac/linux, just run setup.sh file.
- For windows user,
cd getpass
go mod tidy
cd githubapi
go mod tidy
- Finally, you go to githubapi directory and type
go run .
When you have done all the steps in installation, you will see this.
When you type personal access token, this will not be shown in command prompt(because I used a module for security).
Contributions welcome! Just PR. <3