File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ an example on a more complex project.
1616## Dependencies
1717
1818This example relies on modules to retrieve dependencies. This requires use of Go
19- 1.11 or more recent. To update a dependency, use ` go get DEPENDENCY@REVISION ` or
19+ 1.24 or more recent. To update a dependency, use ` go get DEPENDENCY@REVISION ` or
2020` go get -tool DEPENDENCY@REVISION ` if this is a tool.
2121
2222You can checkout tag [ v0.6] [ ] if you need compatibility down to Go 1.11 or tag
@@ -50,12 +50,8 @@ The following commands are available:
5050 - ` make lint ` to run golint
5151 - ` make fmt ` to run gofmt
5252
53- The very first line of the ` Makefile ` is the most important one: this is the
54- path of the package. I don't use a ` go get ` able package path for applications
55- but you can.
56-
57- Be sure to browse the remaining of the ` Makefile ` to understand what it does.
58- Files other than ` .gitignore ` and ` Makefile ` are just examples.
53+ Be sure to browse the ` Makefile ` to understand what it does. Files other than
54+ ` .gitignore ` and ` Makefile ` are just examples.
5955
6056## Misc
6157
You can’t perform that action at this time.
0 commit comments