From 3059f3e9602feca7a69f06cf4bde481fbb5a9233 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 31 Aug 2020 11:57:40 -0400 Subject: [PATCH] go/README.md --- go/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go/README.md b/go/README.md index 90a47a8c1..1f1881c4e 100644 --- a/go/README.md +++ b/go/README.md @@ -1,8 +1,9 @@ # Status of the Go port -* This is not necessarily a full Go port of Miller. At the moment, it's a little spot for some experimentation. Things are very rough and very iterative. +* This is not necessarily a full Go port of Miller. At the moment, it's a little spot for some experimentation. Things are very rough and very iterative and very incomplete. * One reason Miller exists is to be a useful tool for myself and others; another is it's fun to write. At bare minimum, I'll re-teach myself some Go. * In all likelihood though this will turn into a full port which will someday become Miller 6.0. +* I hope to retain backward compatibility at the command-line level as much as possible. * Benefits: * The lack of a streaming (record-by-record) JSON reader in the C implementation (https://github.com/johnkerl/miller/issues/99) is immediately solved in the Go implementation. * The quoted-DKVP feature from https://github.com/johnkerl/miller/issues/266 will be easily addressed.