Commit a1c2562 Szymon Pankalla
committed
1 parent 9ed7785 commit a1c2562 Copy full SHA for a1c2562
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
package tools
7
7
8
8
// This file follows the recommendation at
9
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
9
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
10
// on how to pin tooling dependencies to a go.mod file.
11
11
// This ensures that all systems use the same version of tools in addition to regular dependencies.
12
12
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
Original file line number Diff line number Diff line change 7
7
package tools
8
8
9
9
// This file follows the recommendation at
10
- // https://github.com/golang/go /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
10
+ // https://go.dev /wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
11
11
// on how to pin tooling dependencies to a go.mod file.
12
12
// This ensures that all systems use the same version of tools in addition to regular dependencies.
13
13
You can’t perform that action at this time.
0 commit comments