Skip to content

ramtiga/go-ght

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go-ght

Get Trending repositories on Github.

Installation

go get github.com/ramtiga/go-ght

Usage

repo := ght.GetRepoInf("go")

for i, r := range repo {
	fmt.Printf("%3d  %-40s  %4s %4s\n", i+1, r.Name, r.Star, r.Fork)
}

License

MIT

Author

ramtiga

About

Get Trending repositories on Github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages