mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
go fmt
This commit is contained in:
parent
eaa82b8f9a
commit
1966612113
1 changed files with 7 additions and 8 deletions
|
@ -7,15 +7,15 @@ package main
|
|||
|
||||
import (
|
||||
"container/heap"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net"
|
||||
"net/http"
|
||||
"time"
|
||||
"sync"
|
||||
"os"
|
||||
"flag"
|
||||
"sync"
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -240,7 +240,6 @@ func main() {
|
|||
|
||||
flag.Parse()
|
||||
|
||||
|
||||
if cert == "" || cert_key == "" {
|
||||
log.Println("Missing options, exiting.")
|
||||
fmt.Println("Usage:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue