Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsCommonInitialisms = map[string]bool{ "ACL": true, "API": true, "ASCII": true, "CPU": true, "CSS": true, "DNS": true, "EOF": true, "GUID": true, "HTML": true, "HTTP": true, "HTTPS": true, "ID": true, "IP": true, "JSON": true, "LHS": true, "QPS": true, "RAM": true, "RHS": true, "RPC": true, "SLA": true, "SMTP": true, "SQL": true, "SSH": true, "TCP": true, "TLS": true, "TTL": true, "UDP": true, "UI": true, "UID": true, "UUID": true, "URI": true, "URL": true, "UTF8": true, "VM": true, "XML": true, "XMPP": true, "XSRF": true, "XSS": true, }
IsCommonInitialisms is a set of common initialisms. Taken from https://github.com/golang/lint/blob/master/lint.go#L770.
Functions ¶
func IsExported ¶ added in v0.1.2
IsExported determines whether a name is exported.
func LowerFirstRune ¶
LowerFirstRune converts the first letter to upper case for the given string.
func UpperFirstRune ¶
UpperFirstRune converts the first letter to upper case for the given string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.