Skip to content
/ lib Public

Tiny helpful Go packages shared by various RunReveal projects.

License

Notifications You must be signed in to change notification settings

runreveal/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib

This repository contains a set of utility libraries which we find useful.

No guarantees around stability are provided at this time.

await

A useful library for awaiting some synchronous tasks which accept a cancellable context to either error or return cleanly upon context cancellation.

Similar to errgroup, but goroutines are not started until Run is called.

loader

Loader was built to be able to load configuration for slices where the elements satisfy the same interface, but the underlying implementation is different and requires different configuration. See the tests for examples.

About

Tiny helpful Go packages shared by various RunReveal projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published