lakruzz / gh-phlow

This repository is a template for our default Github issues developer workflow in Praqma
3 stars 2 forks source link

how to exec system calls in GO #26

Closed groenborg closed 7 years ago

groenborg commented 7 years ago

how a system call with errout and stdout are managed and how we print the errors to stdout

groenborg commented 7 years ago

using system call via os/exec does not seem like a viable option after trying it out. Also wrapping GO around a locally installed version of GIT instead of depending on a versionized library already created and maintained, seem like a dirty solution since we don't have control over the locally installed GIT version.

groenborg commented 7 years ago

git2go need to be explored, which is the git library in go! From the documentation it's seem like the complete GIT featureset is fully supported.. As a pro it's has easy acces to access .gitconfig both locally and globally

groenborg commented 7 years ago

from this task I refer to a new issue with focus on creating a GO snippet using the git2go library iss#32