feat: improved deploy progress reporting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
See #478
This commit is contained in:
23
vendor/github.com/mattn/go-localereader/README.md
generated
vendored
Normal file
23
vendor/github.com/mattn/go-localereader/README.md
generated
vendored
Normal 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)
|
Reference in New Issue
Block a user