mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 08:03:36 -04:00
parent
2680343790
commit
133f657928
4 changed files with 20 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
.SILENT: check
|
||||
.PHONY: check
|
||||
check:
|
||||
! gofmt -l . 2>&1 | read
|
||||
go vet ./broker ./client ./server
|
Loading…
Add table
Add a link
Reference in a new issue