go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
86 stars 4 forks source link

chore: drop-off v0.1 error handling until rfc safe/must decision #52

Closed 42atomys closed 3 weeks ago

42atomys commented 4 weeks ago

Description

Due to the presence of RFC: Error Handling Safe/Must, the old system of error described in https://github.com/go-sprout/sprout/issues/5 can be drop off to prevent usage of mechanism how will never used.

Changes

Fixes #51

Checklist

Additional Information

The documentation are updated in this PR.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
handler.go 100.0% <ø> (ø)
sprout.go 100.0% <100.0%> (ø)