Articles by Antony Shikubu
Golang Flag Examples (CLI Flags, Multiple Values, Subcommands)
Learn how to use the Golang flag package with practical examples. This guide covers Go CLI flags, multiple values, required flags, subcommands, and real-world …
How to change logging format of log module in GO
The above code prints out the results on the console with default logging format. Below is the result after executing the code. Output
Golang JWT Authentication (Gin + REST API + Middleware Examples)
Learn how to implement JWT authentication in Golang using Gin and PostgreSQL. This step-by-step guide covers user signup, login, JWT token generation, …
