Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HTTPPrefixSchema ... HTTPPrefixSchema = "http://" // HTTPSPrefixSchema ... HTTPSPrefixSchema = "https://" )
Variables ¶
This section is empty.
Functions ¶
func AppendToStringMap ¶ added in v0.6.0
AppendToStringMap adds the given key and value to the map. If map is nil, create it first
func FromMapToJavaProperties ¶ added in v0.6.0
FromMapToJavaProperties converts a given map to a Java properties file string. Example: # given myMap[string]string = { "key1": "value1", "key2": "value2" } # you got back:
key1: value1 key2: value2
func GetBoolOSEnv ¶
GetBoolOSEnv gets a env variable as a boolean
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.