Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BigSep separates Issues in the input. BigSep = "\n---\n" // SmallSep separates metadata in the input. SmallSep = "|" // ListSep separates list items in metadata. ListSep = "," // TargetSep separates owner/repo. TargetSep = "/" // Byline is the suffix to append to Issue bodies. Byline = "> 🙌 Bulk-uploaded by https://github.com/hcgatewood/ghissue" // IndexWait is how long to wait between creating Issues and opening their // URL. IndexWait = 3 * time.Second // OpenSince is how far back from now to set the search time when opening // an Issue search URL. OpenSince = 30 * time.Second )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.