Skip to content

Commit

Permalink
refactor(provider): rename context to provider
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 committed Mar 17, 2024
1 parent d834b43 commit 3355c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion context/context.go → provider/context.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package context
package provider

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion context/context_test.go → provider/context_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package context
package provider

import (
"context"
Expand Down

0 comments on commit 3355c4c

Please sign in to comment.