Skip to content

Commit

Permalink
Document FileGetter.Copy with new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Jan 30, 2019
1 parent e2da0a0 commit 3119040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion get_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import (
type FileGetter struct {
getter

// Copy, if set to true, will copy data instead of using a symlink
// Copy, if set to true, will copy data instead of using a symlink. If
// false, attempts to symlink to speed up the operation and to lower the
// disk space usage. If the symlink fails, may attempt to copy on windows.
Copy bool
}

Expand Down

0 comments on commit 3119040

Please sign in to comment.