mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Appease go fmt after fcc274a
This commit is contained in:
parent
f6301197cc
commit
10ad59fc9d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ func main() {
|
|||
}
|
||||
go func() {
|
||||
log.Printf("Starting HTTP-01 listener")
|
||||
log.Fatal(http.ListenAndServe(":80", certManager.HTTPHandler(nil)))
|
||||
log.Fatal(http.ListenAndServe(":80", certManager.HTTPHandler(nil)))
|
||||
}()
|
||||
|
||||
server.TLSConfig = &tls.Config{GetCertificate: certManager.GetCertificate}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue