From 4c2f29384dc13f0e63393ac21ee33ee0881b750b Mon Sep 17 00:00:00 2001 From: Přemysl Janouch
Date: Fri, 12 Apr 2019 21:50:36 +0200 Subject: Move printer stuff into the ql package --- brother-info/main.go | 144 ++------------------------------------------------- 1 file changed, 3 insertions(+), 141 deletions(-) (limited to 'brother-info') diff --git a/brother-info/main.go b/brother-info/main.go index 33a169b..a41d5e0 100644 --- a/brother-info/main.go +++ b/brother-info/main.go @@ -6,142 +6,6 @@ import ( "janouch.name/sklad/ql" ) -func decodeBitfieldErrors(b byte, errors [8]string) []string { - var result []string - for i := uint(0); i < 8; i++ { - if b&(1<