mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
12 lines
179 B
Go
12 lines
179 B
Go
package table
|
|
|
|
import (
|
|
"github.com/jedib0t/go-pretty/v6/text"
|
|
)
|
|
|
|
// temporary, backward compatibility only
|
|
|
|
const (
|
|
AlignLeft = text.AlignLeft
|
|
AlignRight = text.AlignRight
|
|
)
|