Skip to content

Commit

Permalink
fix document about "go get"
Browse files Browse the repository at this point in the history
detail:
Deprecation of 'go get' for installing executables
https://docs.studygolang.com/doc/go-get-install-deprecation
  • Loading branch information
weishaopeng committed Dec 13, 2022
1 parent 883c125 commit d5064a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can ask questions about how to use GoConvey on [StackOverflow](http://stacko
Installation
------------

$ go get github.com/smartystreets/goconvey
$ go install github.com/smartystreets/goconvey

[Quick start](https://github.com/smartystreets/goconvey/wiki#get-going-in-25-seconds)
-----------
Expand Down

0 comments on commit d5064a2

Please sign in to comment.