OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning go

go blog posts, coding tips and trick in a bitesize to help you learn go.

Read json file with random key in Go Lang

How to read a json file that has a dynamic or random key in Go language. We'll use the map data type to solve this

go