package
Version:
v0.0.0-...-dfc280d
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SaveURLs writes the provided URLList struct to a file in JSON format
type URLList struct {
URLs []string `json:"urls"`
}
LoadURLs reads the list of URLs from a file and returns it as a URLList struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.