6hris / foodcraft

0 stars 0 forks source link

Create data model for recipe #7

Closed 6hris closed 1 year ago

6hris commented 1 year ago

In go, the data model is created with Struct and holds information about a recipe. Structure data model so that it easily accept data from 3rd party api call

6hris commented 1 year ago

used https://mholt.github.io/json-to-go/ to generate struct that matches 3rd party api json