Skip to content

Commit c117b5d

Browse files
committed
Fix package name in factory directory
Change package declaration from 'auth' to 'factory' in incoming.go and incoming_test.go to match outgoing.go and prevent typecheck error. All files in pkg/vmcp/auth/factory/ must use package factory.
1 parent 3131412 commit c117b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/vmcp/auth/factory/incoming.go

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

33
import (
44
"context"

pkg/vmcp/auth/factory/incoming_test.go

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

33
import (
44
"context"

0 commit comments

Comments
 (0)