kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
374 stars 26 forks source link

fixing newline echo statement #66

Closed dcarbone closed 2 years ago

dcarbone commented 2 years ago

Adding "...\n" prints the newline character literally, resulting in Installing gobrew...\n, rather than an additional new line.

Adding an empty echo "" prints a blank line, which is what I think was intended :)

Either way, thanks for building this!

kevincobain2000 commented 2 years ago

Cool thanks.