oper.go 100 B

1234567
  1. package archive
  2. //archive_oper last_id
  3. const (
  4. FirstRoundID = int64(1)
  5. ZeroID = int64(0)
  6. )