package
Version:
v0.0.0-...-a2c7260
Opens a new window with list of versions in this module.
Published: Mar 17, 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
¶
View Source
const GopPackage = "github.com/actualtrip/hdq"
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.