crowdsec/pkg/acquisition/modules/file/tailline.go

8 lines
133 B
Go
Raw Normal View History

2022-05-17 10:14:59 +00:00
// +build linux freebsd netbsd openbsd solaris !windows
package fileacquisition
func trimLine(text string) string {
return text
}