Skip to content

lynnmeanslight/go-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-git

A customized github api with Go.

GoGitLogo!

Table of Contents

Introduction

Nothing interesting. I'm currently learning Go and wanna do something that works

Installation

  • 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 .

Usage

When you have done all the steps in installation, you will see this.

Screenshot!

When you type personal access token, this will not be shown in command prompt(because I used a module for security).

Contributing

Contributions welcome! Just PR. <3

About

A customzied Github API with GO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published