gothinkster / golang-gin-realworld-example-app

Exemplary real world application built with Golang + Gin
https://realworld.io
MIT License
2.52k stars 497 forks source link

Get a users articles #28

Closed chrislentz closed 3 years ago

chrislentz commented 3 years ago

On your articles endpoints, you have the article author which is related to a user.

What if you wanted to add an endpoint to get a users articles?

This structure would result in an import loop issue. How would you solution for this?