mirror of
https://github.com/wader/fq.git
synced 2024-12-25 06:12:30 +03:00
interp: Rename value.* to decode.* as it makes more sense
This commit is contained in:
parent
1b7b2f9641
commit
36e5562e5b
@ -36,7 +36,7 @@ import (
|
|||||||
//go:embed internal.jq
|
//go:embed internal.jq
|
||||||
//go:embed options.jq
|
//go:embed options.jq
|
||||||
//go:embed match.jq
|
//go:embed match.jq
|
||||||
//go:embed value.jq
|
//go:embed decode.jq
|
||||||
//go:embed buffer.jq
|
//go:embed buffer.jq
|
||||||
//go:embed funcs.jq
|
//go:embed funcs.jq
|
||||||
//go:embed grep.jq
|
//go:embed grep.jq
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
include "internal";
|
include "internal";
|
||||||
include "options";
|
include "options";
|
||||||
include "match";
|
include "match";
|
||||||
include "value";
|
include "decode";
|
||||||
include "buffer";
|
include "buffer";
|
||||||
include "funcs";
|
include "funcs";
|
||||||
include "grep";
|
include "grep";
|
||||||
|
Loading…
Reference in New Issue
Block a user