Skip to content

Commit

Permalink
interp: Rename value.* to decode.* as it makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Dec 2, 2021
1 parent 1b7b2f9 commit 36e5562
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/interp/interp.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
//go:embed internal.jq
//go:embed options.jq
//go:embed match.jq
//go:embed value.jq
//go:embed decode.jq
//go:embed buffer.jq
//go:embed funcs.jq
//go:embed grep.jq
Expand Down
2 changes: 1 addition & 1 deletion pkg/interp/interp.jq
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include "internal";
include "options";
include "match";
include "value";
include "decode";
include "buffer";
include "funcs";
include "grep";
Expand Down

0 comments on commit 36e5562

Please sign in to comment.