Core Functions Overview
A brief overview of the goSync, go, and goFetch functions.
Core Functions Overview
This page provides a concise overview of the core functions provided by go-errors
. For detailed API documentation, refer to the API Reference section.
- goSync Function: For synchronous operations.
- go Function: For asynchronous operations.
- goFetch Function: For HTTP requests.
- unifiedGo Function: For both synchronous and asynchronous operations.
See Also
- The Result Type: Understand the
Result
type returned by these functions. - API Reference: Detailed API documentation for each function.