Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFile ¶
copied from http://stackoverflow.com/questions/21060945/simple-way-to-copy-a-file-in-golang CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherwise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.
func Debugf ¶ added in v0.23.3
func Debugf(format string, args ...interface{})
Using this in place of Printf statements makes it easier to find any errant debug statements and the switch means we can turn them off at minimal runtime cost.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.