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"