Skip to content

Commit

Permalink
Update wiki url
Browse files Browse the repository at this point in the history
  • Loading branch information
pankdev committed Jan 24, 2024
1 parent 9ed7785 commit 9c2cf8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package tools

// This file follows the recommendation at
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// on how to pin tooling dependencies to a go.mod file.
// This ensures that all systems use the same version of tools in addition to regular dependencies.

Expand Down
2 changes: 1 addition & 1 deletion src/accountingservice/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package tools

// This file follows the recommendation at
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// on how to pin tooling dependencies to a go.mod file.
// This ensures that all systems use the same version of tools in addition to regular dependencies.

Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package tools

// This file follows the recommendation at
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// on how to pin tooling dependencies to a go.mod file.
// This ensures that all systems use the same version of tools in addition to regular dependencies.

Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
package tools

// This file follows the recommendation at
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// on how to pin tooling dependencies to a go.mod file.
// This ensures that all systems use the same version of tools in addition to regular dependencies.

Expand Down

0 comments on commit 9c2cf8b

Please sign in to comment.