Skip to content

Commit 9016830

Browse files
committed
doc: remove outdated bits from README
1 parent 59fcbf4 commit 9016830

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ an example on a more complex project.
1616
## Dependencies
1717

1818
This 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

2222
You 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

0 commit comments

Comments
 (0)