You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-23 22:34:47 +02:00
run golangci-lint in all directories with go.mod (#138)
* Run golangci-lint in all directories with go.mod * Imports fix by golangci-lint * Propagate failures from commands running in loops
This commit is contained in:
@@ -17,7 +17,6 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"go.opentelemetry.io/plugin/httptrace"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
@@ -26,6 +25,7 @@ import (
|
||||
"go.opentelemetry.io/api/key"
|
||||
"go.opentelemetry.io/api/tag"
|
||||
"go.opentelemetry.io/api/trace"
|
||||
"go.opentelemetry.io/plugin/httptrace"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user