Closed ikadix closed 4 months ago
Updates the go-katapult dep to v0.2.9 With this comes a number of changes in the next package.
go-katapult
v0.2.9
next
ErrNotFound
nullable.Nullable[T]
.Get()
Updates the
go-katapult
dep tov0.2.9
With this comes a number of changes in thenext
package.go-katapult
and throws an appropriate error.go-katapult
also throws an exposedErrNotFound
in the next client now.nullable.Nullable[T]
this is handled appropriately..Get()
and can ignore the error returned, relying on the empty type that is returned.