-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Move builder to cmd/builder #4307
Move builder to cmd/builder #4307
Conversation
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #4307 +/- ##
=======================================
Coverage 87.29% 87.29%
=======================================
Files 176 176
Lines 10622 10622
=======================================
Hits 9273 9273
Misses 1108 1108
Partials 241 241
Continue to review full report at Codecov.
|
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@@ -12,7 +12,7 @@ | |||
// See the License for the specific language governing permissions and | |||
// limitations under the License. | |||
|
|||
package cmd // import "go.opentelemetry.io/collector/builder/cmd" | |||
package cmd // import "go.opentelemetry.io/collector/cmd/builder/cmd" |
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.
should this be moved out of the cmd
subdirectory?
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.
We can do it later :)
@@ -12,7 +12,7 @@ | |||
// See the License for the specific language governing permissions and | |||
// limitations under the License. | |||
|
|||
package cmd // import "go.opentelemetry.io/collector/builder/cmd" | |||
package cmd // import "go.opentelemetry.io/collector/cmd/builder/cmd" |
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.
We can do it later :)
Closes #4317
Signed-off-by: Juraci Paixão Kröhling [email protected]