Implement golang project run

This commit is contained in:
2023-12-29 13:35:56 -05:00
parent e1545d114b
commit 03e992bf6b
3 changed files with 58 additions and 12 deletions

View File

@ -29,3 +29,5 @@ popen () {
gitlab-project-manager project open $1
reset 2>&1 > /dev/null
}
alias prun="gitlab-project-manager project run"