Skip to content

GreatSnoopy/leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

leaderboard

Trivial leaderboard structure for golang. Just a simple, no-frills leaderboard structure, as most that I found for go were relying on redis to provide the same feature.

To use, just define a type that implements the Item interface. Then obtain a new board with leaderboard.New(size) and call its Collect method to add items.

About

Trivial leaderboard structure for golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages