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