From c13b8a60f915d2002214c93dfd5b271da8675a0b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 14 Sep 2020 22:19:55 -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 11082fe85..7197aaae7 100644 --- a/go/README.md +++ b/go/README.md @@ -8,7 +8,7 @@ # Trying out the Go port -* Caveat: *lots* of things present in the C implementaiton are currently missing in the Go implementation. So if something doesn't work, it's almost certainly because it ddoesn't work *yet*. +* Caveat: *lots* of things present in the C implementaiton are currently missing in the Go implementation. So if something doesn't work, it's almost certainly because it doesn't work *yet*. * That said, if anyone is interested in playing around with it and giving early feedback, I'll be happy for it. * Building: * Clone the Miller repo @@ -20,6 +20,7 @@ * On-line help: * `mlr --help` advertises some things the Go implementation doesn't actually do yet. * `mlr --help-all-verbs` correctly lists verbs which do things in the Go implementation. +* See also https://github.com/johnkerl/miller/issues/372 # Benefits of porting to Go