lhoogenraad / letterbookd

Letterboxd but in real life
0 stars 0 forks source link

Convert server structs to camel case #38

Closed lhoogenraad closed 4 weeks ago

lhoogenraad commented 4 weeks ago

As it turns out, in Go structs you can just camelcase without capitalising the first letter, so we should just make all of them camelCased.

Will also need to update the values grabbed on the client side.