Documentation ¶
Index ¶
- func Dereference(value interface{}) interface{}
- func FileCopy(src, destinationPath string, dirPerm, filePerm fs.FileMode) error
- func GetFileMode(path string) fs.FileMode
- func GetFileModeL(path string) fs.FileMode
- func IsPointer(i any) bool
- func Mkfile(file string, dirPerm, filePerm fs.FileMode) (*os.File, error)
- type BytesIO
- type String
- func (s *String) CR() *String
- func (s *String) CRLF() *String
- func (s *String) LF() *String
- func (s *String) Pad(len int) *String
- func (s *String) Print()
- func (s *String) Rst()
- func (s *String) Rune(r rune) *String
- func (s *String) RuneAlt(cond bool, yes, no rune) *String
- func (s *String) Str(str string) *String
- func (s *String) StrAlt(cond bool, yes, no string) *String
- func (s *String) StrBold(str string) *String
- func (s *String) StrClean(clean bool, str string) *String
- func (s *String) StrItalic(str string) *String
- func (s *String) StrUnderline(str string) *String
- func (s *String) String() string
- type StringIO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dereference ¶
func Dereference(value interface{}) interface{}
func GetFileMode ¶
func GetFileModeL ¶
Types ¶
type String ¶
type String struct {
// contains filtered or unexported fields
}
func (*String) StrUnderline ¶
Click to show internal directories.
Click to hide internal directories.