Skip to content

Use the fs.FIle interface over remote files based on a URL.

License

Notifications You must be signed in to change notification settings

RealImage/remotefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoteFile.go

RemoteFile is a wrapper around a URL that lets you use it as a file, including calls to Read, ReadAt and Stat. It can be constructed with a FileName, URL and Length, implements the following interfaces:

fs.File
fs.FileInfo
io.ReadSeekCloser
io.ReaderAt

About

Use the fs.FIle interface over remote files based on a URL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages