Skip to content

Commit

Permalink
fq: Rename main.go to fq.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Dec 3, 2021
1 parent d48ebc1 commit a7a58c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit a7a58c8

Please sign in to comment.