Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Do not include v1 in package path #10

Merged
merged 1 commit into from
Sep 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion v1/example_test.go → example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"log"
"time"

"contrib.go.opencensus.io/exporter/ocagent/v1"
"contrib.go.opencensus.io/exporter/ocagent"
"go.opencensus.io/trace"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion v1/ocagent_test.go → ocagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"testing"
"time"

"contrib.go.opencensus.io/exporter/ocagent/v1"
"contrib.go.opencensus.io/exporter/ocagent"
commonpb "github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1"
agenttracepb "github.com/census-instrumentation/opencensus-proto/gen-go/agent/trace/v1"
tracepb "github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion v1/transform_spans_test.go → transform_spans_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"testing"
"time"

"contrib.go.opencensus.io/exporter/ocagent/v1"
"contrib.go.opencensus.io/exporter/ocagent"
"go.opencensus.io/trace"
"go.opencensus.io/trace/tracestate"

Expand Down
File renamed without changes.