In this post, we will explore a variety of Golang packages and tools that can enhance your development experience and improve code quality.
Category: Developer Tools
Golang HTTP Notes
This post covers various notes taken from the Golang HTTP package, touching upon topics such as pprof.go, the ServeMux struct, and the ServeHTTP function. Additionally, it discusses the Serve, ServeTLS, and ListenAndServe functions, as well as the different HTTP status codes registered with IANA. The post also explores the Request struct and the MultipartForm field, along with the validMethod function.
Online Regex Tool
In this post, I will add my notes related to regex use in day to day development.
How to create go.mod file for a go project
On this post, I have added my notes to create go.mod file for a go project