8 lines
100 B
Go
8 lines
100 B
Go
|
package archive
|
||
|
|
||
|
//archive_oper last_id
|
||
|
const (
|
||
|
FirstRoundID = int64(1)
|
||
|
ZeroID = int64(0)
|
||
|
)
|