6 lines
65 B
Go
6 lines
65 B
Go
|
package tsm1
|
||
|
|
||
|
func syncDir(dirName string) error {
|
||
|
return nil
|
||
|
}
|