Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:41:27 +01:00
9ec566abf1 typo: tt's -> it's (+ rephrasing)
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:40:02 +01:00
09e299539d docs: explain how's everything is in go 1.25 :D
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:32:20 +01:00
587aabd80e typo: faild -> failed
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:11:38 +01:00
a9de4a3502 feat: add input
cd160685f1 go: init 2020/day04 package
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:05:45 +01:00
428ec93860 refactor: use shared variable for input
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 14:02:00 +01:00
1f8652c176 feat: add main code
c708aca1f6 test: add unit test
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 13:41:54 +01:00
2528bb064a fix: test output (it's part two)
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 13:22:01 +01:00
cddcef86a9 feat: add input
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 13:21:45 +01:00
1a4a169852 go: add mod
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 13:20:34 +01:00
84cced41a5 test: add unit test
42b41dc56d feat: add main code
0b691ea9af feat: add input
49529a1de3 go: add mod
Compare 4 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 12:47:46 +01:00
8dde43f7ca go: add mod
258f012633 feat: add main code
3ecc3de9bf test: add unit test
4727c2b822 feat: add input
Compare 4 commits »
Kharec pushed to main at Kharec/advent-of-code 2025-11-24 09:56:32 +01:00
14d8b98100 docs: update readme
Kharec created repository Kharec/advent-of-code 2025-11-24 09:54:10 +01:00
Kharec pushed to main at Kharec/goyco 2025-11-24 07:53:13 +01:00
cded14c526 fix: force correct mime types for static files after modifying compression middleware's buffering
Kharec pushed to main at Kharec/goyco 2025-11-23 21:56:55 +01:00
cfca668ca6 docs: clean readme
Kharec pushed to main at Kharec/goyco 2025-11-23 21:48:14 +01:00
279255b587 fix: don't let rate limiting fails the test
Kharec pushed to main at Kharec/goyco 2025-11-23 21:42:28 +01:00
b83f8c2228 fix: update ValidationMiddleware to return a JSON error response when JSON decoding fails
Kharec pushed to main at Kharec/goyco 2025-11-23 15:10:58 +01:00
aabc48128c fix: use router in handlers integration tests (for dto validation)
Kharec pushed to main at Kharec/goyco 2025-11-23 15:02:01 +01:00
68716b977b fix: verify XSS sanitization in handler response instead of repository stub
Kharec pushed to main at Kharec/goyco 2025-11-23 14:49:34 +01:00
dbe1600632 fix: indentation