Categorygithub.com/linuxuserin/go-github
modulepackage
0.1.0
Repository: https://github.com/linuxuserin/go-github.git
Documentation: pkg.go.dev

# README

go-github

A simple cli to search github users.

Build and Run

go get github.com/linuxuserin/go-github

go-github -u username

Manual

Query a user,

go-github -u username

Query a user with auth,

go-github -u username -x $token

Query more than one users,

go-github -u username1,username2,username3

Login to github,

go-github -x $token
Usage: go-github [options]
Options:
-x, --auth string   Login to Github
-h, --help          help message
-u, --user string   Search Users

License

  • MIT

# Functions

GetUsers gets users details.

# Structs

User Models.