From d8452ae166e7a75878d0adcdbf4dc3ad6e232ddb Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Thu, 25 Aug 2022 16:03:24 +0200 Subject: [PATCH] renamed module to tprint --- col_spec.go | 2 +- table.go | 2 +- utils.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/col_spec.go b/col_spec.go index 708e738..33a5ce9 100644 --- a/col_spec.go +++ b/col_spec.go @@ -1,4 +1,4 @@ -package tableprint +package tprint type ColSpec struct { Name string diff --git a/table.go b/table.go index 9732581..fa9326e 100644 --- a/table.go +++ b/table.go @@ -1,4 +1,4 @@ -package tableprint +package tprint import ( "fmt" diff --git a/utils.go b/utils.go index 2ad3de7..8b0e968 100644 --- a/utils.go +++ b/utils.go @@ -1,4 +1,4 @@ -package tableprint +package tprint import ( "strings"