You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This document provides essential context for AI models interacting with this pro
13
13
***Frameworks & Runtimes:** Standard Go runtime. No major web frameworks are currently in use.
14
14
***Databases:** The infrastructure layer is not yet implemented, but the directory structure (`internal/infrastructure/database`) suggests that a database, Postgres, will be used.
15
15
***Key Libraries/Dependencies:**
16
-
*`github.com/google/uuid`: For generating universally unique identifiers.
16
+
*`github.com/oklog/ulid/v2`: For generating universally unique lexicographically sortable identifiers.
0 commit comments