You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have a lot of feedback to remove github.com/xelaj/go-dry dependency, we decided to provide a solution how to fix it:
We are working on eitri project, which helps developers to create and deliver amazing cli and web apps, so, really dry method implementations like dry.PanicIfErr are moving to extra.go file in each package.
Also, we're decided to split go-dry package to multiple smaller dry-like packages, which providing problem specific methods, i.e. slicetricks, io readers/writers, maptricks, net helpers, etc.
The text was updated successfully, but these errors were encountered:
Since we have a lot of feedback to remove
github.com/xelaj/go-dry
dependency, we decided to provide a solution how to fix it:We are working on
eitri
project, which helps developers to create and deliver amazing cli and web apps, so, really dry method implementations likedry.PanicIfErr
are moving toextra.go
file in each package.Also, we're decided to split
go-dry
package to multiple smaller dry-like packages, which providing problem specific methods, i.e.slicetricks
,io
readers/writers,maptricks
,net
helpers, etc.The text was updated successfully, but these errors were encountered: