We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c0fb1 commit 5493a79Copy full SHA for 5493a79
1 file changed
backend/internal/database/memory.go
@@ -7,7 +7,7 @@ import (
7
"sync"
8
"time"
9
10
- "github.com/yourusername/twitter-clone/internal/models"
+ "github.com/mtepenner/brevity-sharing/internal/models" // FIXED
11
)
12
13
// InMemoryDB simulates a database connection
0 commit comments