added library download

This commit is contained in:
Nik Afiq 2025-11-04 22:29:41 +09:00
parent 6d8ecb3368
commit b34178a86f

View File

@ -29,3 +29,8 @@ $ go run main.go
// &userName point to the memory of the var
```
## Import package
```bash
go get github.com/gin-gonic/gin
```