superfly / flyctl

Functions prefixed with Get should return a value RVV-A0006
Anti-pattern
Major
a month ago2 years old
function 'getDir' seems to be a getter but it does not return any result
295	return nil
296}
297
298func (sc *sftpContext) getDir(rpath string, args []string) {299	lpath := path.Base(rpath) + ".zip"
300
301	if len(args) > 2 {