6 lines
102 B
Go
6 lines
102 B
Go
|
package client
|
||
|
|
||
|
func getSharedKey(dir string) (string, error) {
|
||
|
return dir, nil // not implemented
|
||
|
}
|