Ver código fonte

Remove trailing newlines (gofmt)

ajasibley 5 meses atrás
pai
commit
58148f2c07
4 arquivos alterados com 0 adições e 4 exclusões
  1. 0 1
      chat.go
  2. 0 1
      dns.go
  3. 0 1
      ssh.go
  4. 0 1
      util.go

+ 0 - 1
chat.go

@@ -44,4 +44,3 @@ func main() {
 		select {}
 	}
 }
-

+ 0 - 1
dns.go

@@ -117,4 +117,3 @@ func handleDNS(w dns.ResponseWriter, r *dns.Msg) {
 
 	w.WriteMsg(m)
 }
-

+ 0 - 1
ssh.go

@@ -180,4 +180,3 @@ func getOrCreateHostKey() (ssh.Signer, error) {
 
 	return ssh.NewSignerFromKey(key)
 }
-

+ 0 - 1
util.go

@@ -38,4 +38,3 @@ func rateLimitAllow(addr string) bool {
 
 	return limiter.Allow()
 }
-