Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-01-20 22:07:33 +08:00
parent 79fdc99c81
commit 22c6a11fd0
No known key found for this signature in database

View File

@ -68,6 +68,8 @@ func (p Plugin) hostPort(host string) (string, string) {
port = hosts[1]
}
fmt.Println(host, port)
return host, port
}