auth
45:3a6a65ed380c
Go to Latest
auth/memstore.go
Update uuid import path, test for multiple profile updates.
Test updating multiple profiles in one request (e.g., when profiles become
compromised.)
Update the uuid import path to use the new code.secondbit.org/uuid import path.
1.1 --- a/memstore.go Fri Sep 19 00:05:35 2014 -0400
1.2 +++ b/memstore.go Sat Sep 27 20:51:19 2014 -0400
1.3 @@ -3,7 +3,7 @@
1.4 import (
1.5 "sync"
1.6
1.7 - "secondbit.org/uuid"
1.8 + "code.secondbit.org/uuid"
1.9 )
1.10
1.11 type Memstore struct {