Skip to content

cristiangreco/go-collapser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collapser

GoDoc Build Status Go Report Card

Package go-collapser implements a function call deduplication utility.


Install

go get github.com/cristiangreco/go-collapser

Design goals

  • No external dependencies - only stdlib packages
  • Easy to use - simple, tested and documented API
  • Small code base - do one thing and do it well
  • Composable - easy to plug into different contexts (http handlers, db access, remote apis, ...)

License

The Collapser source files are distributed under the BSD-style license found in the LICENSE file.

About

Function call deduplication for Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages