An open API service indexing awesome lists of open source software.

https://github.com/infoslack/go-cli-example

Go - Example consumes a github api and returns a user's data.
https://github.com/infoslack/go-cli-example

api example github golang

Last synced: about 1 month ago
JSON representation

Go - Example consumes a github api and returns a user's data.

Awesome Lists containing this project

README

          

go-cli-example
==============
Learning Go - This example consumes a github api and returns a user's data.

### Build & Run
```
$ go build
$ ./go-cli-example
Usage: ./go-cli-example [options]
Options:
-user string
Search Users (default " ")

$ ./go-cli-example -user infoslack
Searching user(s): [infoslack]
Username: infoslack
Name: ฏ๎๎๎๎๎๎๎๎๎๎aniel.͇͇͇͇͇͇͇͇͇͇Romero
Email:
Bio: Site Reliability Engineer
```