8 lines
187 B
Go
8 lines
187 B
Go
// Copyright (c) 2024-2026 Celestino Amoroso (celestino.amoroso@gmail.com).
|
|
// All rights reserved.
|
|
|
|
// consts.go
|
|
package kern
|
|
|
|
const MaxUint64Allowed = uint64(9_223_372_036_854_775_807)
|