gofmt
This commit is contained in:
1
main.go
1
main.go
@@ -264,7 +264,6 @@ func (c CredentialValidator) Valid(username, password string) bool {
|
|||||||
return c.username == username && c.password == password
|
return c.username == username && c.password == password
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func connForward(bufSize int, from, to net.Conn) {
|
func connForward(bufSize int, from, to net.Conn) {
|
||||||
buf := make([]byte, bufSize)
|
buf := make([]byte, bufSize)
|
||||||
for {
|
for {
|
||||||
|
|||||||
Reference in New Issue
Block a user