Skip to content

Commit

Permalink
fix: fix expected imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Jun 12, 2019
1 parent b085c86 commit a2ff097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/logcreator/logcreator.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package logcreator // import "berty.tech/go-ipfs-log/logcreator"
package logcreator // import "berty.tech/go-ipfs-log/test/logcreator"

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion utils/lamportclock/lamportclock.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lamportclock // import "berty.tech/go-ipfs-log/lamportclock"
package lamportclock // import "berty.tech/go-ipfs-log/utils/lamportclock"

import (
"bytes"
Expand Down

0 comments on commit a2ff097

Please sign in to comment.