Back to Writing
NOTESgoginpackage-managementbackend

Go - Installing Packages with go install

August 12, 2022Updated Feb 17, 2026

![](

예:wEX-7s8urVn47ivcRhbUFn5k2GtFVQrUsBfb4r3ZCNsg.PNG.cdw0424/SE-4b7ef635-ef71-4c85-a840-1e8a837e002a.png?type=w966)

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.