What you'll learn
In this project, you'll be using Go to build a console application that will gather feedback from a JSON file and generate a rating of vehicles. Finally, we will map each rating as positive, negative, or neutral.
Table of contents
- Set up your local environment for this project. We'll walk you through everything you need to know to set up your local instance, and to access the code you'll be using for this project.
- By the end of this module, you'll have defined one interface, several structs and variables to help us create vehicle feedback application
- By the end of this module, we have created a function to calculate the ratings from the feedback.json file for all the vehicles Models
- In this last module, we will print the ratings for the vehicles in the inventory