Cors
From Wikipedia, Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served.
Since CORS is a common pain point for web developers, Gozen provides a simple way to deal with most CORS issues, via the 'go-chi' library.
To be completed