Skip to content

Commit

Permalink
fix(post): remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 5, 2024
1 parent 9534ed8 commit e91ae33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mkdocs/blog/posts/2024-12-02-go-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ been waiting for.

This new `go tool` workflow introduces less complexity (than the
`Makefile`/`tools.go` setup) but it likely won't solve all the use cases, like
~~splitting out test dependencies from the production dependencies~~ (see
amendment below) or solve/improve integration with IDEs/editors.
splitting out test dependencies from the production dependencies (EDIT: this do
seem possible, see amendment below) or solve/improve integration with
IDEs/editors.

## Amendment, 2024-12-04

Expand Down

0 comments on commit e91ae33

Please sign in to comment.