From 27401b6ea459921a6152ab1744da1618358465f4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 10 Jul 2022 13:18:30 -0600 Subject: Rename the module, mv pkg lib --- lib/util/int.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/util/int.go (limited to 'lib/util/int.go') diff --git a/lib/util/int.go b/lib/util/int.go new file mode 100644 index 0000000..fab553d --- /dev/null +++ b/lib/util/int.go @@ -0,0 +1,3 @@ +package util + +const MaxUint64pp = 0x1_00000000_00000000 -- cgit v1.2.3-2-g168b