refactored data-types to reduce plugin sizes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// 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)
|
||||
Reference in New Issue
Block a user