Removed duplicate package requests

This commit is contained in:
notzippy@gmail.com
2022-04-12 15:48:53 -07:00
parent d83d2d5891
commit cedce5f9fb
3 changed files with 21 additions and 6 deletions

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{
"label": "Clean-Test-Project",
"type": "shell",
"command": "rm -rf ${workspaceRoot}/.temp/revel/testproject"
"command": "rm -rf ${workspaceRoot}/.temp/revel/reveltest"
},
{
"label": "Update Go Mod",