0
0
forked from toolshed/abra

wip: fix: deploy status

toolshed/abra#478
This commit is contained in:
2025-01-18 10:01:59 +01:00
parent d09a19a385
commit 8a19536ace
91 changed files with 8991 additions and 204 deletions

23
vendor/github.com/mattn/go-localereader/README.md generated vendored Normal file
View File

@ -0,0 +1,23 @@
# go-localereader
CodePage decoder for Windows
## Usage
```
io.Copy(os.Stdout, localereader.NewAcpReader(bytes.Reader(bytesSjis)))
```
## Installation
```
$ go get github.com/mattn/go-localereader
```
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)