Add success message after go installation

This commit is contained in:
bronzdoc
2015-10-14 20:48:50 -06:00
parent 8b7e848371
commit 98c36fedb9
+2
View File
@@ -146,6 +146,8 @@ install_go() {
copy_source
compile_go
create_enviroment
display_message "$GO_NAME successfully installed!"
}
download_binary() {