Skip to content
/ std Public

Useful interfaces and types for building consistent, testable, mockable packages.

License

Notifications You must be signed in to change notification settings

bdlm/std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

std

Mature This project adheres to Semantic Versioning. This package is considered mature, you should expect package stability in Minor and Patch version releases

  • Major: backwards incompatible package updates
  • Minor: feature additions, removal of deprecated features
  • Patch: bug fixes, backward compatible model and function changes, etc.

CHANGELOG

Release GoDoc Go Report Card Github issues Github pull requests MIT

Useful go interfaces for building consistent, testable, mockable packages.

Interfaces available in the standard library should be preferred over anything you find here.

Install

go get github.com/bdlm/std/v2