You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Add -f option to avoid ln cmd failing when target exist
If we run ./stack.sh again in the same host, test-setup.sh will fail,
because go and gofmt link have existed in the host, ln command will
throw error, like this:
ln: failed to create symbolic link '/usr/local/bin/gofmt': File exists
0 commit comments