-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary dependencies on transfer_manager by moving the code to the common libraries 4196af89d6b162b2ecd9c7e6d60500c242ce1e87
- Loading branch information
1 parent
293d372
commit 966d925
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
transfer_manager/go/pkg/util/protobuf.go → ...dataplatform/ycloud/protoutil/protobuf.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sfer_manager/go/pkg/util/protobuf_test.go → ...latform/ycloud/protoutil/protobuf_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package util | ||
package protoutil | ||
|
||
import ( | ||
"testing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters