aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/outputs.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-14 12:49:04 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-14 12:53:45 -0400
commit97a2d99d0a3f1609d3d2264e4e54c119ec3801ff (patch)
tree09ad72618de4da04428cfa09ca200e495bd1da5d /pkg/query/outputs.go
parent06d091cc609e90974f8da7e7ae153f3c2a83ee46 (diff)
Move clause tree optimizations
Diffstat (limited to 'pkg/query/outputs.go')
-rw-r--r--pkg/query/outputs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/query/outputs.go b/pkg/query/outputs.go
index 3938f4f..00b9ddf 100644
--- a/pkg/query/outputs.go
+++ b/pkg/query/outputs.go
@@ -2,15 +2,12 @@ package query
import (
"encoding/json"
- "errors"
"fmt"
"strings"
"github.com/jpappel/atlas/pkg/index"
)
-var ErrUnrecognizedOutputToken = errors.New("Unrecognized output token")
-var ErrExpectedMoreStringTokens = errors.New("Expected more string tokens")
const DefaultOutputFormat string = "%p %T %d authors:%a tags:%t"