Back to Writing
NOTESgoginpackage-managementbackend
Go - Installing Packages with go install
August 12, 2022•Updated Feb 17, 2026

go install github.com/gin-gonic/gin@latest
To install Gin, write the command as shown above.
It feels much more intuitive than the old way.