Compare commits
No commits in common. "main" and "mongo/v0.0.9" have entirely different histories.
main
...
mongo/v0.0
|
@ -2,7 +2,7 @@ package invited_code
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultCodeLen = 8
|
DefaultCodeLen = 8
|
||||||
InitAutoID = 10000000
|
InitAutoId = 10000000
|
||||||
)
|
)
|
||||||
|
|
||||||
var ConvertTable = []string{
|
var ConvertTable = []string{
|
||||||
|
|
Loading…
Reference in New Issue