-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Moved tools/tools.go to internal package #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a corresponding exclusion of sources on Makefile, if that is not required anymore please remove it (it pointed to ./tools/* iirc)
internal/tools.go
Outdated
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module | ||
// on how to add tooling dependencies. | ||
package tools | ||
// on how to ping add tooling dependencies to a go.mod file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ping add"?
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
=======================================
Coverage 69.77% 69.77%
=======================================
Files 101 101
Lines 6392 6392
=======================================
Hits 4460 4460
Misses 1698 1698
Partials 234 234 Continue to review full report at Codecov.
|
Also ran `go mod tidy` Fixes #102
…metry#108) * Add a YAML getting started to deploy splunk-otel-collector Example is only for gateway mode. Also update README and consolidate Docker docs
Also ran
go mod tidy
Fixes #102