-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add tooling to check car files * refactor: simplif code * fix: no side-effects * fix: update to go 1.20 * feat: update with exactly checks * feat: add mustgetchildren with testing fixtures * fix: fix recursion * refactor: remove dead code * test: improve testing in check
- Loading branch information
1 parent
8b224e1
commit 80be90b
Showing
19 changed files
with
1,083 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
all: dag.car | ||
|
||
dag.car: | ||
npx ipfs-car pack --no-wrap ./dir --output ./dag.car |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam euismod magna nulla, non mattis dolor faucibus a. Sed at vehicula ligula, vel gravida tortor. Vestibulum blandit tortor id lectus tincidunt porta. Nunc vitae lacinia libero, nec vehicula nisl. Mauris condimentum sit amet quam sed sodales. Nulla ultricies non odio non pharetra. Sed vitae purus semper arcu tincidunt viverra vitae vitae neque. In imperdiet nulla sed nisl viverra bibendum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Praesent cursus nunc in pretium porta. Quisque dapibus magna vel dignissim mattis. Etiam suscipit sodales convallis. In sit amet neque nec ante sollicitudin dictum nec sit amet libero. | ||
|
Oops, something went wrong.