summaryrefslogtreecommitdiff
path: root/boxtotxt/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'boxtotxt/main.go')
-rw-r--r--boxtotxt/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/boxtotxt/main.go b/boxtotxt/main.go
index d313aa0..058eb05 100644
--- a/boxtotxt/main.go
+++ b/boxtotxt/main.go
@@ -34,6 +34,9 @@ func main() {
if len(s) < 1 {
continue
}
+ if s[0] == "\t" {
+ continue
+ }
fmt.Printf("%s", s[0])
}