Go installed
go mod download
Build the code
go build -o dist/server cmd/web/*.go
Run the server
./dist/server
# Then you should see the message
2022/11/14 18:57:37 Starting channel listener
Go installed
go mod download
Build the code
go build -o dist/server cmd/web/*.go
Run the server
./dist/server
# Then you should see the message
2022/11/14 18:57:37 Starting channel listener