6 lines
88 B
Go
6 lines
88 B
Go
package volume
|
|
|
|
var (
|
|
testDestinationPath = `c:\foo`
|
|
testSourcePath = `c:\foo`
|
|
)
|