package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jun 4, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package source reads data from a remote or local source.
ReadAll reads all data from src.
Source may be a local path, or a url that must start with 'http://' or 'https://'.
Local files are read using os.ReadFile.
Remote URLs are first fetched using http.Get and then passed to io.ReadAll.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.