Skip to content

Commit

Permalink
fix(amendment): amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 20, 2024
1 parent 52aa15e commit 0ae3bd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mkdocs/blog/posts/2024-12-02-go-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ gotip get -modfile=tool.mod -tool gotest.tools/gotestsum

## Amendment, 2024-12-20

!!! quote "Quoting [ConradIrwin](https://github.com/ConradIrwin)"
!!! quote "Quoting [ConradIrwin](https://github.com/ConradIrwin) from
[golang/go#48429](https://github.com/golang/go/issues/48429#issuecomment-2547760589)"

- Tool executables live in the build cache, and are built on demand (and expired
when unused). This lets go tool select which version of a tool is used
Expand All @@ -163,7 +164,3 @@ gotip get -modfile=tool.mod -tool gotest.tools/gotestsum
with `go install tool`.
- Tool dependencies participate in the same module graph as imported
dependencies, and require/replace/exclude directives apply in the same way.
- If you want to remove a tool dependency, you can use `go get -tool` followed
by `go get -u`.

— [Source](https://github.com/golang/go/issues/48429#issuecomment-2547760589)

0 comments on commit 0ae3bd0

Please sign in to comment.