Simple API with Gin/Gonic and SurrealDB
in GO (ofcourse!!)
Jul 31, 20237 min read732

Search for a command to run...
Articles tagged with #go
in GO (ofcourse!!)

What even are functional options? In Golang, they are a design pattern that accommodates frequently changing parameters or configuration variables for a package. Say you are developing a package and to initialize it, some configurations are needed an...
