Documentation
¶
Index ¶
- Constants
- func EscapeSpecChars(s string) string
- func GenerateListIndentation(spaces int) func() string
- func HttpGet(urlPath string) ([]byte, string, error)
- func HttpGetJson(urlPath string) ([]byte, string, error)
- func HttpPost(urlPath, filePath, token string) (string, error)
- func RemoveStuff(s string) string
- func ShowFooter(w io.Writer)
- func ShowHeader(w io.Writer)
Constants ¶
View Source
const ( GH_V0 = "0" GH_2023_10 = "2023-10" GH_2024_03 = "2024-03" )
Versions of GH layouts
View Source
const (
// Version is a current app version
Version = "1.4.0"
)
Variables ¶
This section is empty.
Functions ¶
func EscapeSpecChars ¶
EscapeSpecChars Escapes special characters
func GenerateListIndentation ¶
Generate func of custom spaces indentation.
func RemoveStuff ¶
RemoveStuff trims spaces, removes new lines and code tag from a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.