I'm trying to create a channel at the top of the file.
I've tried creating the channel, but it errored with a syntax error.
var test make(chan string) syntax error: unexpected ( after top level declaration
make(chan string) is a value, NOT A TYPE.
make(chan string)