Documentation ¶
Index ¶
- func AddressParentNode(address string) string
- func FetchURL(url string) ([]byte, error)
- func GenerateRandomGroup() string
- func GenerateRandomString(chars string, length int) string
- func GetMapChild(keys []string, m map[string]interface{}) (interface{}, error)
- func JoinURL(baseURL string, secondURL string) string
- func MergeStringMaps(a map[string]string, b map[string]string) map[string]string
- func Relative(p string) bool
- func StringToBool(s string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressParentNode ¶
Gives the address to the parent node of a given directory or url
func GenerateRandomGroup ¶
func GenerateRandomGroup() string
func GenerateRandomString ¶
func GetMapChild ¶
func MergeStringMaps ¶
func Relative ¶
Relative returns true when p is a relative path returns false otherwise: absolute path, http(s)://url, or an address with github.com prefix
func StringToBool ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.