Added base64 support

This commit is contained in:
Mike Farah
2022-02-23 09:26:35 +11:00
parent d7b158f855
commit d9bca65626
10 changed files with 218 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ const (
CSVOutputFormat
TSVOutputFormat
XMLOutputFormat
Base64OutputFormat
)
func OutputFormatFromString(format string) (PrinterOutputFormat, error) {