6 lines
53 B
Go
6 lines
53 B
Go
|
|
package container
|
||
|
|
|
||
|
|
const (
|
||
|
|
testAbsPath = `c:\foo`
|
||
|
|
)
|