Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Supported = true
)
Functions ¶
func ChangeType ¶
func ChangeType(path string, tt TargetType) error
func Create ¶
func Create(source, target string, tt TargetType) error
Types ¶
type TargetType ¶ added in v0.12.0
type TargetType int
const ( TargetFile TargetType = iota TargetDirectory TargetUnknown )
Click to show internal directories.
Click to hide internal directories.