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
Refactor error handling for NoticeError using errors.As (#528)
Updated error type assertions in builder.go and flash.go to use errors.As for NoticeError, improving error handling robustness. Added import for github.com/pkg/errors in flash.go. Updated go.mod to move dependencies for go-sqlite3 and rs/xid from indirect to direct.