github.com/purpleclay/gitz@v0.8.2-0.20240515052600-43f80eea2fe1/log_windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package git
     5  
     6  func cleanLineEndings(log string) string {
     7  	// Mixed line endings don't appear within Windows
     8  	return log
     9  }