ericbg27 / top10movies

A web application that lets users set their top 10 movies of all time
0 stars 0 forks source link

Create Server Struct #23

Open ericbg27 opened 2 years ago

ericbg27 commented 2 years ago

This is done to avoid the global variables declared in service packages for example. This is a major change and must be thought out.

An interesting link: https://medium.com/@matryer/how-i-write-go-http-services-after-seven-years-37c208122831

ericbg27 commented 2 years ago

Creation of multiple server structs might be the way to go