Documentation ¶ Index ¶ func AsString(v interface{}) (s string, ok bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AsString ¶ func AsString(v interface{}) (s string, ok bool) AsString returns the string representation of v, either because it is already a string, implements the fmt.Stringer interface, or implements the error interface. Types ¶ This section is empty. Source Files ¶ View all Source files string.go Click to show internal directories. Click to hide internal directories.