Make log decoding build on non-Windows CI
Some checks failed
build-windows-exe / build (push) Failing after 1m43s
Some checks failed
build-windows-exe / build (push) Failing after 1m43s
This commit is contained in:
7
internal/app/codepage_nonwindows.go
Normal file
7
internal/app/codepage_nonwindows.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package app
|
||||
|
||||
func decodeWithCodePage(_ []byte, _ uint32) string {
|
||||
return ""
|
||||
}
|
||||
Reference in New Issue
Block a user