auth

Paddy 2014-12-17 Parent:1fb166575e69 Child:d103a598548c

107:c03b5eb3179e Go to Latest

auth/memstore.go

Update import paths. Let's just use import paths that don't need aliasing, by specifying that they're mercurial repos.

History
     1.1 --- a/memstore.go	Sun Dec 14 17:03:33 2014 -0500
     1.2 +++ b/memstore.go	Wed Dec 17 22:27:44 2014 -0500
     1.3 @@ -3,7 +3,7 @@
     1.4  import (
     1.5  	"sync"
     1.6  
     1.7 -	"code.secondbit.org/uuid"
     1.8 +	"code.secondbit.org/uuid.hg"
     1.9  )
    1.10  
    1.11  type memstore struct {