File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ documentation.
2121import " 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
292276Go-toml provides three handy command line tools:
You can’t perform that action at this time.
0 commit comments