diff options
| author | Paul Buetow <paul@buetow.org> | 2021-09-05 15:51:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-09-05 15:51:26 +0300 |
| commit | bfcb0f159a4835cc6a0326ff46de7934e0363aed (patch) | |
| tree | 92a3f9363df0e70bf54a2a3c99928aa6a4ef861c /internal/protocol | |
| parent | 23982f331c2154a66b86d596226c24454fd06be5 (diff) | |
finalize new default color schema
Diffstat (limited to 'internal/protocol')
| -rw-r--r-- | internal/protocol/protocol.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/protocol/protocol.go b/internal/protocol/protocol.go index d3035e4..e92ec6a 100644 --- a/internal/protocol/protocol.go +++ b/internal/protocol/protocol.go @@ -7,6 +7,8 @@ const ( MessageDelimiter byte = '¬' // FieldDelimiter delimits aggregation fields. FieldDelimiter string = "|" + // Arrow for multiple purposes + Arrow string = "➔" // AggregateDelimiter delimits parts of an aggregation message. - AggregateDelimiter string = "➔" + AggregateDelimiter string = Arrow ) |
