Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lixizan committed Jan 9, 2023
1 parent ce1cc41 commit 0c3bb6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
vendor/
bin/
examples/debug/
examples/testsuite/config/*.json
examples/testsuite/reports
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ bench:
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/gws-server-linux-amd64 github.com/lxzan/gws/examples/testsuite

testsuite-server:
run-testsuite-server:
go run github.com/lxzan/gws/examples/testsuite
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

### event-driven websocket server

[![Build Status](https://github.com/lxzan/gws/workflows/Go%20Test/badge.svg?branch=master)](https://github.com/lxzan/gws/actions?query=branch%3Amaster)
[![Build Status][1]][2] [![MIT licensed][3]][4] [![Go Version][5]][6]

[1]: https://github.com/lxzan/gws/workflows/Go%20Test/badge.svg?branch=master
[2]: https://github.com/lxzan/gws/actions?query=branch%3Amaster
[3]: https://img.shields.io/badge/license-MIT-blue.svg
[4]: LICENSE
[5]: https://img.shields.io/badge/go-%3E%3D1.16-30dff3?style=flat-square&logo=go
[6]: https://github.com/lxzan/gws

#### Highlight

Expand Down

0 comments on commit 0c3bb6f

Please sign in to comment.