This only started happening after I started using VScode instead of the editor within my command terminal. I would run a program like this:
name@Ubuntumachine:~/go_projects/src/github.com/name/practice1$ go run practice.go
then the output would show up like this:
(output)name@ubuntumachine...
instead of like this:
name@Ubuntumachine:~/go_projects/src/github.com/name/practice1$ go run practice.go
(output)
did i do something wrong when making my environment?
version: 9579eda0