radareorg / r2pm

Radare2 cross platform package manager
GNU Lesser General Public License v3.0
34 stars 12 forks source link

Swap cmd.exec for go-git #10

Closed Maijin closed 5 years ago

Maijin commented 5 years ago

See https://stackoverflow.com/questions/45342640/golang-git-pulling-a-repo/45342748#45342748

qbarrand commented 5 years ago

Why should we do this? go get just runs a plain exec.Cmd.Run() - since we are doing fairly simple stuff, maybe we can avoid a dependency here.

Maijin commented 5 years ago

Mokay, it looked cleaner but if you think that's better to just do bunch of cmd.run no problem.