auth

Paddy 2014-12-17 Parent:d442523df640 Child:2e4b5722eed0

107:c03b5eb3179e Go to Latest

auth/authd/server.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/authd/server.go	Sun Dec 14 17:03:33 2014 -0500
     1.2 +++ b/authd/server.go	Wed Dec 17 22:27:44 2014 -0500
     1.3 @@ -5,8 +5,7 @@
     1.4  	"log"
     1.5  	"net/http"
     1.6  
     1.7 -	"code.secondbit.org/auth"
     1.8 -
     1.9 +	"code.secondbit.org/auth.hg"
    1.10  	"github.com/gorilla/mux"
    1.11  )
    1.12