package
Version:
v0.8.5
Opens a new window with list of versions in this module.
Published: May 7, 2025
License: Apache-2.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
¶
func URL(input interface{}) string
URL returns the input URL for the given name.
type Result struct {
Issue string `json:"issue"`
Tasks []Task `json:"tasks"`
}
New creates a new Result from a html document.
type Task struct {
Desc string `json:"desc"`
Done bool `json:"done"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.