mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
9 lines
301 B
Markdown
9 lines
301 B
Markdown
|
|
- When editing Go, please run `go fmt` before every commit.
|
|
|
|
- When editing coffeescript (in the `proxy/` directory), please run
|
|
`cake lint` and resolve any lint issues before every commit.
|
|
|
|
- You may run tests locally with either `go test` or `cake test` for Go and
|
|
coffeescript, respectively.
|
|
|