Skip to content

Commit

Permalink
remove to deepfabric
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Oct 16, 2019
1 parent f9cf199 commit 436cf22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/infinivision/prophet
module github.com/deepfabric/prophet

go 1.12

Expand Down
10 changes: 5 additions & 5 deletions mock.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
mockgen --destination=./mock_meta.go -source=./meta.go -self_package="github.com/infinivision/prophet" -package="prophet"
mockgen --destination=./mock_prophet_rpc.go -source=./prophet_rpc.go -self_package="github.com/infinivision/prophet" -package="prophet"
mockgen --destination=./mock_prophet.go -source=./prophet.go -self_package="github.com/infinivision/prophet" -package="prophet"
mockgen --destination=./mock_peer_store.go -source=./peer_store.go -self_package="github.com/infinivision/prophet" -package="prophet"
mockgen --destination=./mock_peer_replica.go -source=./peer_replica.go -self_package="github.com/infinivision/prophet" -package="prophet"
mockgen --destination=./mock_meta.go -source=./meta.go -self_package="github.com/deepfabric/prophet" -package="prophet"
mockgen --destination=./mock_prophet_rpc.go -source=./prophet_rpc.go -self_package="github.com/deepfabric/prophet" -package="prophet"
mockgen --destination=./mock_prophet.go -source=./prophet.go -self_package="github.com/deepfabric/prophet" -package="prophet"
mockgen --destination=./mock_peer_store.go -source=./peer_store.go -self_package="github.com/deepfabric/prophet" -package="prophet"
mockgen --destination=./mock_peer_replica.go -source=./peer_replica.go -self_package="github.com/deepfabric/prophet" -package="prophet"

0 comments on commit 436cf22

Please sign in to comment.