Esempio n. 1
0
File: dbsh.go Progetto: puspesh/cdfs
func Rm(db *dropbox.Client, args []string) error {
	_, e := db.Delete(mkabs(args[0]))
	return e
}