diff --git a/doc/dev.md b/doc/dev.md index ee84695c..058afd1b 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -25,12 +25,12 @@ decoder code be a bit ugly over producing a tree that is hard to understand. Send `log` package output and stderr to a file that can be `tail -f`:ed: ```sh -LOGFILE=/tmp/log go run main.go ... 2>>/tmp/log +LOGFILE=/tmp/log go run fq.go ... 2>>/tmp/log ``` gojq execution debug: ```sh -GOJQ_DEBUG=1 go run -tags debug main.go ... +GOJQ_DEBUG=1 go run -tags debug fq.go ... ``` ## From start to decoded value diff --git a/main.go b/fq.go similarity index 100% rename from main.go rename to fq.go