Skip to content

Commit

Permalink
Fix git merge of main by adding back strings import
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 18, 2021
1 parent 4ee3142 commit 69b88ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semconv/v1.4.0/http.go
Expand Up @@ -19,6 +19,7 @@ import (
"net"
"net/http"
"strconv"
"strings"

"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/codes"
Expand Down

0 comments on commit 69b88ab

Please sign in to comment.