diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-12 21:13:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-12 21:13:58 +0700 |
| commit | a02e915388723a5d8cc3b555fb3dfec477fc2a55 (patch) | |
| tree | aa35678b263646e1edd730a16cb35a66e7b933d8 /brokenlinks/testdata/past_result.json | |
| parent | f408c77795a9dd6d4551fadd2e8352ba08915feb (diff) | |
| download | jarink-a02e915388723a5d8cc3b555fb3dfec477fc2a55.tar.xz | |
all: refactoring, move brokenlinks code to its own package
When two or more struct has the same prefix that means it is time to
move it to group it.
Also, we will group one command to one package in the future.
Diffstat (limited to 'brokenlinks/testdata/past_result.json')
| -rw-r--r-- | brokenlinks/testdata/past_result.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/brokenlinks/testdata/past_result.json b/brokenlinks/testdata/past_result.json new file mode 100644 index 0000000..ca29d35 --- /dev/null +++ b/brokenlinks/testdata/past_result.json @@ -0,0 +1,10 @@ +{ + "broken_links": { + "http://127.0.0.1:11836/page2": [ + { + "link": "http://127.0.0.1:11836/", + "code": 404 + } + ] + } +} |
