This commit is contained in:
Aliberk Sandıkçı 2023-07-24 13:52:19 +03:00
parent b524be5f26
commit 3357e257fc
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ func main() {
fmt.Printf("\n\n") fmt.Printf("\n\n")
fmt.Println("You can also add specific versions or branches as required package") fmt.Println("You can also add specific versions or branches as required package")
fmt.Println("just use `go get github.com/user/project@branch-name` for branches. `././...@hash` for commits. `././...@vX.X.X` fro versions ") fmt.Println("just use `go get github.com/user/project@branch-name` for branches.")
fmt.Println("`././...@hash` for commits. `././...@vX.X.X` fro versions")
} }