-sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
-sudo mysql_upgrade
-sudo service mysql restart
install:
-|
if [ ! -d $HOME/gopath/src/github.com/google ]; then