Re: [go-nuts] Does go dep support post install script like in php composer?

2018-08-27 Thread Miguel Angel Rivera Notararigo
Do you use a Makefile? .PHONY: deps deps: dep ensure path/to/the/script.sh -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegrou

[go-nuts] Does go dep support post install script like in php composer?

2018-08-27 Thread 'Tony Bamboni' via golang-nuts
Hi, I read the dep documentation but was not aware of any hint in it if go dep can handle post install script like in PHP composer. How nice would be a solution to start a bash script automatically right after dep install is executed. -- You received this message because you are subscribed to