Tinkering with systems.
Documenting findings, learnings and procedures — one bug at a time.
Featured Posts
first, make sure you have go version 1.24.2 installed. then, create a new api.go file in your desired directory:
This post walks through testing a Go function that loads a .toml config file into a struct. We’ll start by defining the data structure and the LoadConfig function that reads and decodes the file.
Recent Posts
How did I approach optimizing this solution?
Hi I am Toby.