mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
parse xml using the encoding declared in xml header
This commit is contained in:
@@ -125,8 +125,3 @@ func GetFileNameExtension(path string) string {
|
||||
|
||||
return extension[1:]
|
||||
}
|
||||
|
||||
// IdentReader returns the original io reader
|
||||
func IdentReader(encoding string, input io.Reader) (io.Reader, error) {
|
||||
return input, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user