I\'m a newcomer to Go. I extremely like the language, but I quickly realised that I needed to start dividing my files due to an increase in program size.
go r
You can run all .go files, excluding tests, using this bash construction:
.go
go run $(ls -1 *.go | grep -v _test.go)