Created
January 23, 2022 18:51
-
-
Save eftalyurtseven/3360adb9942fe40b736e7881beab2eb2 to your computer and use it in GitHub Desktop.
Order request medium https://medium.com/@eftal/how-to-mock-database-with-gomock-9bd0a92ffc10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"table_number": "B-1", | |
"products": { | |
"Italian Pizza": 3, | |
"Chef's Special": 2, | |
"Water": 1, | |
"Beer": 2, | |
"Wine": 3 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment