Does go dep support post install script like in php composer?

58 views
Skip to first unread message

Tony Bamboni

unread,
Aug 27, 2018, 12:03:53 PM8/27/18
to 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.

Miguel Angel Rivera Notararigo

unread,
Aug 27, 2018, 8:35:11 PM8/27/18
to t.moe...@googlemail.com, golan...@googlegroups.com
Do you use a Makefile?

.PHONY: deps
deps:
  dep ensure
  path/to/the/script.sh
Reply all
Reply to author
Forward
0 new messages