mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Formatting improvements.
This commit is contained in:
parent
e27709080a
commit
d6467ff585
5 changed files with 20 additions and 24 deletions
|
@ -345,10 +345,10 @@ func main() {
|
|||
}()
|
||||
}
|
||||
|
||||
// wait for a signal
|
||||
// Wait for a signal.
|
||||
sig := <-sigChan
|
||||
|
||||
// signal received, shut down
|
||||
// Signal received, shut down.
|
||||
log.Printf("caught signal %q, exiting", sig)
|
||||
for _, server := range servers {
|
||||
server.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue