mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
5 lines
113 B
Makefile
5 lines
113 B
Makefile
.SILENT: check
|
|
.PHONY: check
|
|
check:
|
|
! gofmt -l . 2>&1 | read
|
|
go vet ./broker ./client ./server ./server-webrtc
|