feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
11
vendor/github.com/mattn/go-localereader/localereader_unix.go
generated
vendored
Normal file
11
vendor/github.com/mattn/go-localereader/localereader_unix.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// +build !windows
|
||||
|
||||
package localereader
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func newReader(r io.Reader) io.Reader {
|
||||
return r
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue