-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rm unnecessary import dependency from statecouchdb package
The statecouchdb package should not be dependent on too many other packages. It should be self-sufficient. Currently, we have imported ccprovider just for a struct. Further, the test imports ccprovider to use a function. As these are not justified, we remove it. Given that we pass map[string][]byte to the function that processes the index data, we don't need to create a tarFile. Signed-off-by: senthil <cendhu@gmail.com>
- Loading branch information
Showing
4 changed files
with
27 additions
and
47 deletions.
There are no files selected for viewing
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
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
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
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