From bb10ba5cf0dd380e139910d597e0924ffb020131 Mon Sep 17 00:00:00 2001 From: MoriX <43701982+MrMorteZw@users.noreply.github.com> Date: Fri, 29 Jan 2021 07:24:50 +0330 Subject: [PATCH] -u doesn't work I test it 100 times and still doesn't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 119f9452..54ded49a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To install Gin package, you need to install Go and set your Go workspace first. 1. The first need [Go](https://golang.org/) installed (**version 1.12+ is required**), then you can use the below Go command to install Gin. ```sh -$ go get -u github.com/gin-gonic/gin +$ go get -v github.com/gin-gonic/gin ``` 2. Import it in your code: