Documentation
¶
Index ¶
- Constants
- type TxtFile
- func (f *TxtFile) B64() error
- func (f *TxtFile) GZ() error
- func (f *TxtFile) Hex() error
- func (f *TxtFile) Read() (string, error)
- func (f *TxtFile) ReadAsB64String() (string, error)
- func (f *TxtFile) ReadAsHexString() (string, error)
- func (f *TxtFile) Write(content string) error
- func (f *TxtFile) WriteGZ(content string) error
Constants ¶
View Source
const EmptyString = ""
View Source
const ExtGZ = ".gz"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxtFile ¶
type TxtFile string
func (*TxtFile) ReadAsB64String ¶ added in v0.0.28
func (*TxtFile) ReadAsHexString ¶ added in v0.0.28
Click to show internal directories.
Click to hide internal directories.