Documentation
¶
Index ¶
- func ContentType(filepath string) string
- func Copy(sourceFilepath string, targetFilePath string)
- func Create(filepath string)
- func Exists(filepath string) bool
- func Read(filepath string) []byte
- func ReadAsInt64(filepath string) int64
- func ReadAsString(filepath string) string
- func Rename(source string, target string)
- func Unlink(filepath string)
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContentType ¶
func ReadAsInt64 ¶
func ReadAsString ¶
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) ReadAsInt64 ¶
func (*File) ReadAsString ¶
func (*File) WriteOffset ¶
Click to show internal directories.
Click to hide internal directories.