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
(curl) Added Parse function to parse a curl command exported from browser devtools.
(exfmt) Moved FormatCurl to curl package.
(exslices) Added DeduplicateUnsorted utility for deduplicating items in a list while preserving order.
(exsync) Deprecated ReturnableOnce in favor of the standard library's sync.OnceValues.
(exsync) Added Event which works similar to Python's asyncio.Event.
(confusable) Added implementation of confusable detection from UTS #39.
(dbutil) Added deadlock detection option which panics if a database call is made without the appropriate transaction context in a goroutine which previously entered a database transaction.