mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 06:52:26 +02:00
7 lines
97 B
Go
7 lines
97 B
Go
//go:build !windows
|
|
|
|
package fileacquisition
|
|
|
|
func trimLine(text string) string {
|
|
return text
|
|
}
|