refactor
This commit is contained in:
parent
b524be5f26
commit
3357e257fc
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ func main() {
|
|||
|
||||
fmt.Printf("\n\n")
|
||||
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")
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue