Skip to content

Commit

Permalink
Merge pull request #1 from prologic/migrate_bitcask
Browse files Browse the repository at this point in the history
  • Loading branch information
zzwx authored Jul 22, 2021
2 parents aea63d5 + b3f883f commit ce159d2
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 ce159d2

Please sign in to comment.