This paper circulates around the core theme of Make necessary modifications in the “Go” code in the code provided so that your Go app contains the following features. 1. together with its essential aspects. It has been reviewed and purchased by the majority of students thus, this paper is rated 4.8 out of 5 points by the students. In addition to this, the price of this paper commences from £ 99. To get this paper written from the scratch, order this assignment now. 100% confidential, 100% plagiarism-free.
Make necessary modifications in the “Go” code in the code provided so that your Go app contains the following features. 1. Instead of taking one text input (as in the example of 4.2) the app take 2 integer input from user (Let’s say X and Y, X is greater than Y).
2. You need to show the sum, difference and average of X and Y in the same page. 3. You also need to store each result in Google DataStore where each item in DataStore is a type “data” with following fields: x: int64
y: int64
sum: int64
diff: int64 average: float64