aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/outputs.go
diff options
context:
space:
mode:
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"