Skip to content
Snippets Groups Projects
Commit 10261486 authored by Fandi Thung's avatar Fandi Thung
Browse files

Fix comment format

parent 7ce9e1b3
Branches
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ func Dial(address, username, password string) (*Client, error) {
return newClientAndLogin(conn, address, username, password)
}
// Dial connects and logs in to a RouterOS device.
// DialTimeout connects and logs in to a RouterOS device.
func DialTimeout(address, username, password string, timeout time.Duration) (*Client, error) {
conn, err := net.DialTimeout("tcp", address, timeout)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment