Closed bbedward closed 1 year ago
Hey cool package, I really like it.
I think it would be nice to add methods that auto apply formatting just to make it simpler.
For example, instead of
log.Info(fmt.Sprintf("%s", "hello"))
It would be nice to do
log.Infof("%s", "hello")
Hey cool package, I really like it.
I think it would be nice to add methods that auto apply formatting just to make it simpler.
For example, instead of
It would be nice to do