1
0
Fork 0
forked from External/ergo

Encapsulate SQL statements and refactor Save functions as transactionable.

This commit is contained in:
Jeremy Latt 2013-05-24 21:39:53 -07:00
parent f24bb5ee7d
commit 48ca57c43d
11 changed files with 347 additions and 12 deletions

View file

@ -8,7 +8,7 @@ import (
)
const (
DEBUG_NET = false
DEBUG_NET = true
)
func readTrimmedLine(reader *bufio.Reader) (string, error) {