Documentation
¶
Index ¶
- func Check(err error, message string)
- func IsError(err error, message string) bool
- func SilentCheck(err error, message string)
- type String
- func (s *String) ReplaceAll(old string, new string) *String
- func (s *String) Split(separator string) *StringSlice
- func (s *String) ToLower() *String
- func (s *String) Trim(prefix string) *String
- func (s *String) TrimIndex(index int) *String
- func (s *String) TrimPrefix(prefix string) *String
- func (s *String) UnescapeString() *String
- func (s *String) Value() string
- type StringSlice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SilentCheck ¶
Types ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (*String) Split ¶
func (s *String) Split(separator string) *StringSlice
func (*String) TrimPrefix ¶
func (*String) UnescapeString ¶
type StringSlice ¶
type StringSlice struct {
// contains filtered or unexported fields
}
func (*StringSlice) Join ¶
func (s *StringSlice) Join(separator string) *String
Click to show internal directories.
Click to hide internal directories.