diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-16 18:28:53 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-16 18:28:53 +0000 |
| commit | 86f46ef995ca47a33590366b41dc299619bf81f0 (patch) | |
| tree | d44f04db639864472ed3f7513edc82d9c01cc176 /go.mod | |
| parent | e39483c49db06b6157968bfaaa66180517d022f3 (diff) | |
feat: add basic markdown parsing
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module kite go 1.25.0 + +require github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab |
