mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	go lint/vet/misspell cleanup (#1105)
This fix address several issues related to golint/vet/misspell. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
		| @@ -78,9 +78,5 @@ func (s *Socket) Close() error { | ||||
| 	if err := s.enc.Flush(); err != nil { | ||||
| 		return fmt.Errorf("flush: %s", err) | ||||
| 	} | ||||
| 	if err := s.enc.Close(); err != nil { | ||||
| 		return err | ||||
| 	} | ||||
|  | ||||
| 	return nil | ||||
| 	return s.enc.Close() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user