diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:18:30 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:35:20 -0600 |
commit | 27401b6ea459921a6152ab1744da1618358465f4 (patch) | |
tree | 2c4f9c096f1a593e65d7f824901e815ca48bfaf0 /pkg/util/int.go | |
parent | 42f6f78e0a32ba0eda707154f8e1ffb4579604ee (diff) |
Rename the module, mv pkg lib
Diffstat (limited to 'pkg/util/int.go')
-rw-r--r-- | pkg/util/int.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/util/int.go b/pkg/util/int.go deleted file mode 100644 index fab553d..0000000 --- a/pkg/util/int.go +++ /dev/null @@ -1,3 +0,0 @@ -package util - -const MaxUint64pp = 0x1_00000000_00000000 |