Fix server error message, go fmt

This commit is contained in:
2013-03-18 07:17:44 -04:00
parent ad8156210f
commit 3a166dbc9a
4 changed files with 15 additions and 8 deletions

View File

@ -11,7 +11,7 @@ import (
)
type AsinkDB struct {
db *sql.DB
db *sql.DB
lock sync.Mutex
}