mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2026-04-07 01:33:30 +00:00
lint fixes
This commit is contained in:
@@ -49,7 +49,7 @@ func (vt VbanTxt) Send(cmd string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Close is responsible for closing the UDP Client connection
|
||||
// Close is responsible for closing the UDP Client connection.
|
||||
func (vt VbanTxt) Close() error {
|
||||
err := vt.udpConn.Close()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user