Agents & Autonomy
```$ just loc Source files: 204 ./src/spellchecker.go 112...
```$ just loc
Source files:
204 ./src/spellchecker.go
112 ./src/misspelled_dictionary.go
297 ./src/crawler/crawler.go
190 ./src/crawler/localfiles.go
175 ./src/dictionary/dictionary.go
388 ./src/wordutils/wordutils.go
52 ./src/config/config.go
283 ./src/main.go
315 ./src/output/output.go
420 ./src/speller/speller.go
2436 total
Test files:
151 ./src/crawler/url_utils_test.go
232 ./src/crawler/localfiles_test.go
502 ./src/crawler/crawler_test.go
172 ./src/crawler/logging_test.go
168 ./src/dictionary/dictionary_test.go
300 ./src/wordutils/wordutils_test.go
366 ./src/tests/integration/html_features_test.go
189 ./src/tests/integration/localfiles_test.go
192 ./src/tests/integration/crawler_test.go
69 ./src/tests/integration/logging_test.go
306 ./src/tests/integration/output_format_test.go
55 ./src/tests/contractions_test.go
642 ./src/output/output_test.go
3344 total
Total lines:
204 ./src/spellchecker.go
112 ./src/misspelled_dictionary.go
297 ./src/crawler/crawler.go
151 ./src/crawler/url_utils_test.go
232 ./src/crawler/localfiles_test.go
190 ./src/crawler/localfiles.go
502 ./src/crawler/crawler_test.go
172 ./src/crawler/logging_test.go
175 ./src/dictionary/dictionary.go
168 ./src/dictionary/dictionary_test.go
300 ./src/wordutils/wordutils_test.go
388 ./src/wordutils/wordutils.go
52 ./src/config/config.go
283 ./src/main.go
366 ./src/tests/integration/html_features_test.go
189 ./src/tests/integration/localfiles_test.go
192 ./src/tests/integration/crawler_test.go
69 ./src/tests/integration/logging_test.go
306 ./src/tests/integration/output_format_test.go
55 ./src/tests/contractions_test.go
642 ./src/output/output_test.go
315 ./src/output/output.go
420 ./src/speller/speller.go
5780 total```
Learning