package
Version:
v0.0.0-...-7d78f32
Opens a new window with list of versions in this module.
Published: Sep 14, 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.