From dc014c9a7d5a36b3f595beb1c16a37fe006b381207a6068c845e37ce5bb0851f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Dec 2024 12:14:23 +0300 Subject: [PATCH] Go implementation has fewer limitations --- go/README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go/README b/go/README index 9f02496..3a85047 100644 --- a/go/README +++ b/go/README @@ -1,7 +1,5 @@ GoKEKS is Go implementation of the KEKS codec. -* No FLOAT*, INTs greater than 64-bit, TAI64NA. - They are stored/decoded just as a raw value -* Actual negative integer maximal size is -2^63-1 +No FLOAT* support. They are stored/decoded just as a raw value. GoKEKS is free software: see the file COPYING.LESSER for copying conditions. -- 2.48.1