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