Skip to content

Commit

Permalink
♻️ refactor: updated perm #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 21, 2024
1 parent a675cb5 commit ea3c666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ function go_gen_app() {
wsd_exe_cmd go mod init $app_name
wsd_exe_cmd touch ".gitignore"
create_file_if_not_exists ".github/workflows/.gitkeep"
create_file_if_not_exists ".github/workflows/ci.yml"
allow_execute_perm ".github/workflows/ci.yml"
gitignore_go_gen
github_add_go_ci
echo "Go application $app_name created with go mod tidy!"
Expand Down

0 comments on commit ea3c666

Please sign in to comment.