Skip to content

Commit

Permalink
Ipcgv3.0.0 (#19)
Browse files Browse the repository at this point in the history
* Changes

Correct create project

Refactoring to Dependency Injection

* Refatoring

Add Dependency Injection, to future create unit test
  • Loading branch information
zani0x03 authored Jun 11, 2024
1 parent 06f0bd4 commit 1028dee
Show file tree
Hide file tree
Showing 24 changed files with 1,608 additions and 1,836 deletions.
2 changes: 1 addition & 1 deletion integration_platform_clickup_go/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"console": "externalTerminal",
"args": ["-tv", "journey"]
"args": ["-tu", "journey"]
}

]
Expand Down
Binary file removed integration_platform_clickup_go/db/db.db
Binary file not shown.
6 changes: 1 addition & 5 deletions integration_platform_clickup_go/gerarCompilado.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/bin/bash

version="v02.00.00"
version="v03.00.00"
mainFileName="IntegrationPlatformClickup"
fileNameCompact=""
auxFileName=""

echo "Limpando database"
echo "delete from assets;" | sqlite3 db/db.db


echo "Gerando Windows - AMD64"
auxFileName=$mainFileName".exe"
rm -rf $auxFileName
Expand Down
Loading

0 comments on commit 1028dee

Please sign in to comment.