Skip to content

Commit 7616afa

Browse files
fankclaude
andcommitted
fix(otel): correct package name for confluence/v2/otel.go
Change package name from 'confluence' to 'v2' to match the directory structure and fix build errors. This ensures consistency across all otel.go files and resolves package naming conflicts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4806808 commit 7616afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

confluence/v2/otel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package confluence
1+
package v2
22

33
import (
44
"go.opentelemetry.io/otel"

0 commit comments

Comments
 (0)