1
0
Fork 0
forked from External/ergo

code review

- SEM_VER instead of SEMVER
- persist user limit along with other params
This commit is contained in:
Jeremy Latt 2014-02-25 16:13:47 -08:00
parent b30e247e77
commit c35d5d1b8a
3 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@ var (
)
const (
SEMVER = "ergonomadic-1.1.0"
SEM_VER = "ergonomadic-1.1.0"
CRLF = "\r\n"
MAX_REPLY_LEN = 512 - len(CRLF)