commit | 12da1b352b192948a652cd5926da642cc99e2c67 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Fri Dec 05 16:09:34 2014 -0800 |
committer | Suharsh Sivakumar <suharshs@google.com> | Sat Dec 06 00:12:43 2014 +0000 |
tree | 049345e921288ded3e595b2ae93d0c215831b6b4 | |
parent | c904867627aed5ff4914484fbfac38df653c9607 [diff] |
veyron/services/identityd: TBR: Move mysql import to correct file. Change-Id: Iffe50447d9b40a337ef1a8208e38e2ef1e06af31
diff --git a/services/identity/auditor/sql_database.go b/services/identity/auditor/sql_database.go index aeb9af6..36a8edf 100644 --- a/services/identity/auditor/sql_database.go +++ b/services/identity/auditor/sql_database.go
@@ -3,7 +3,6 @@ import ( "database/sql" "fmt" - _ "github.com/go-sql-driver/mysql" "time" "veyron.io/veyron/veyron2/vlog"
diff --git a/services/identity/identityd/main.go b/services/identity/identityd/main.go index ccce46f..58a5a75 100644 --- a/services/identity/identityd/main.go +++ b/services/identity/identityd/main.go
@@ -6,6 +6,7 @@ "database/sql" "flag" "fmt" + _ "github.com/go-sql-driver/mysql" "html/template" "io/ioutil" "net"