Skip to content

Commit

Permalink
refactor(provider): rename context to provider (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 authored Mar 17, 2024
1 parent d834b43 commit 7af8d79
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 7af8d79

Please sign in to comment.