Skip to content

Commit

Permalink
Fix import path for bitcask
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jul 22, 2021
1 parent aea63d5 commit b3f883f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ err = ifchanged.NewIf().
`ifchanged`, additionally, has a way to provide checksums using a `DB` interface.

* `linetuple.go` contains a simple file-based implementation of `DB` (not really optimised yet)
* [github.com/prologic/bitcask](github.com/prologic/bitcask) implements it.
* [git.mills.io/prologic/bitcask](git.mills.io/prologic/bitcask) implements it.
2 changes: 1 addition & 1 deletion bitcask.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ifchanged

//import "github.com/prologic/bitcask"
//import "git.mills.io/prologic/bitcask"

// Bitcask auto-implements ifchanged.DB interface, no need to write anything
//type DBBitcask bitcask.Bitcask

0 comments on commit b3f883f

Please sign in to comment.