Skip to content

Commit

Permalink
change package name for tools and remove unnecessary doc.go
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Sep 19, 2024
1 parent 9fc3b2a commit 4b9b382
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions tools/mod/doc.go

This file was deleted.

2 changes: 1 addition & 1 deletion tools/mod/libs.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// for etcd. Thanks to this file 'go mod tidy' does not removes dependencies.

package libs
package mod

import (
_ "github.com/gogo/protobuf/proto"
Expand Down
2 changes: 1 addition & 1 deletion tools/mod/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
// for etcd. Thanks to this file 'go mod tidy' does not removes dependencies.

package tools
package mod

import (
_ "github.com/alexfalkowski/gocovmerge"
Expand Down

0 comments on commit 4b9b382

Please sign in to comment.