Skip to content

Commit f85c4e8

Browse files
authored
README.md: remove reference to old go versions and modules (#1048)
1 parent 45d4fb4 commit f85c4e8

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ documentation.
2121
import "github.com/pelletier/go-toml/v2"
2222
```
2323

24-
See [Modules](#Modules).
25-
2624
## Features
2725

2826
### Stdlib behavior
@@ -273,20 +271,6 @@ provided for completeness.</p>
273271
<p>This table can be generated with <code>./ci.sh benchmark -a -html</code>.</p>
274272
</details>
275273

276-
## Modules
277-
278-
go-toml uses Go's standard modules system.
279-
280-
Installation instructions:
281-
282-
- Go ≥ 1.16: Nothing to do. Use the import in your code. The `go` command deals
283-
with it automatically.
284-
- Go ≥ 1.13: `GO111MODULE=on go get github.com/pelletier/go-toml/v2`.
285-
286-
In case of trouble: [Go Modules FAQ][mod-faq].
287-
288-
[mod-faq]: https://github.com/golang/go/wiki/Modules#why-does-installing-a-tool-via-go-get-fail-with-error-cannot-find-main-module
289-
290274
## Tools
291275

292276
Go-toml provides three handy command line tools:

0 commit comments

Comments
 (0)