This website requires JavaScript.
Explore
Help
Sign In
arcad
/
edge
Watch
15
Star
0
Fork
You've already forked edge
0
Code
Issues
8
Pull Requests
Projects
Releases
3
Wiki
Activity
323bdb416e
edge
/
pkg
/
bundle
/
zim
/
blob_reader.go
9 lines
94 B
Go
Raw
Blame
History
package
zim
import
"io"
type
BlobReader
interface
{
io
.
ReadCloser
Size
(
)
(
int64
,
error
)
}
Reference in New Issue
View Git Blame
Copy Permalink