Skip to content

3q-coder/notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notifier

Test websocket server in Golang.

Run

go run cmd/notifier/main.go

Test

To run tests, go to the appropriate directory and run go test command.

To get code coverage, run go test -cover.

To get information about coverage, run:

go test -coverprofile=cover.out && go tool cover -html=cover.out -o cover.html

About

Test websocket-server in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published