diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-19 19:23:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-19 19:23:05 -0400 |
| commit | 9bc0c33a952dc906344964890bce58761d6ce2c7 (patch) | |
| tree | c2ec7bdf4369f97010f3496bd7d85c7da83abb2b /go.mod | |
feat: Initial Commit, Partial Functionality
This is the initial commit. The url-shortener is partially functional.
URLs can be shortened and stored for the runtime of the program. API
keys are not checked, nothing is persistent, and short URLs are size
limited to 4 alpha numeric characters.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module mcdonnell.dev/url-shortener + +go 1.26.1 |
