mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 23:11:29 -04:00
Build the websocket-server.
Patch server.go to refer to out-of-tree websocket library.
This commit is contained in:
parent
e53705519e
commit
cfca47674e
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@
|
|||
.PHONY: check
|
||||
check:
|
||||
! gofmt -l . 2>&1 | read
|
||||
go vet ./broker ./client ./server-webrtc
|
||||
go vet ./broker ./client ./server ./server-webrtc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue