adding .idea folder, removing old code

This commit is contained in:
2020-07-21 19:53:36 -04:00
parent df25294055
commit 08481ec31f
3 changed files with 1 additions and 6 deletions

View File

@@ -45,11 +45,6 @@ func executor(in string) {
case "help":
fmt.Println("Use 'clean' or 'rebuild' with the optional flag '--rider' if you need the rider plugin enabled.")
fmt.Println("Example Usage: 'clean --rider' or 'rebuild --rider'.")
case "post", "put", "patch":
if len(blocks) < 2 {
fmt.Println("please set request body.")
return
}
default:
fmt.Println("Sorry, I don't understand")
}