forked from External/ergo
code review
- SEM_VER instead of SEMVER - persist user limit along with other params
This commit is contained in:
parent
b30e247e77
commit
c35d5d1b8a
3 changed files with 7 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue