From 99a505727bfdcd259a888f9a2f84fedcdca7132d Mon Sep 17 00:00:00 2001 From: "Nickolay.NP" Date: Fri, 20 Oct 2023 22:59:15 +0300 Subject: [PATCH] v.0.29 --- toGraph.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toGraph.go b/toGraph.go index 85ee013..da2d377 100644 --- a/toGraph.go +++ b/toGraph.go @@ -17,9 +17,9 @@ var checkErr = func(err error) { } } -// TODO: delimiter // TODO: column names // TODO: graph name + output file name +// TODO: display columns func main() { state.InitState()