mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +02:00
7 lines
133 B
Go
7 lines
133 B
Go
// +build linux freebsd netbsd openbsd solaris !windows
|
|
|
|
package fileacquisition
|
|
|
|
func trimLine(text string) string {
|
|
return text
|
|
}
|