8 lines
100 B
Go
8 lines
100 B
Go
//go:build !windows
|
|
|
|
package app
|
|
|
|
func decodeWithCodePage(_ []byte, _ uint32) string {
|
|
return ""
|
|
}
|