Skip to content

Commit

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

## Amendment, 2024-12-20

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

- 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 @@ -164,3 +164,7 @@ 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 at [golang/go#48429](https://github.com/golang/go/issues/48429#issuecomment-2547760589)

0 comments on commit 2d2fb5e

Please sign in to comment.