Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Apologiz committed Apr 21, 2020
1 parent 47c6e84 commit 8b3b0d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module grpc_idempotency
module github.com/zevst/grpc_idempotency

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion idempotency.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package idempotency
package grpc_idempotency

import (
"context"
Expand Down

0 comments on commit 8b3b0d2

Please sign in to comment.