auth

Paddy 2014-09-27 Parent:022ce4262922 Child:73a9f7a6af54

45:3a6a65ed380c Go to Latest

auth/client.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.

History
     1.1 --- a/client.go	Fri Sep 19 00:05:35 2014 -0400
     1.2 +++ b/client.go	Sat Sep 27 20:51:19 2014 -0400
     1.3 @@ -5,8 +5,8 @@
     1.4  	"net/url"
     1.5  	"time"
     1.6  
     1.7 +	"code.secondbit.org/uuid"
     1.8  	"strings"
     1.9 -	"secondbit.org/uuid"
    1.10  )
    1.11  
    1.12  var (