mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Fix GoDoc lints
This commit is contained in:
+2
-2
@@ -43,12 +43,12 @@ func (c *CandidateHost) GetBase() *CandidateBase {
|
||||
return &c.CandidateBase
|
||||
}
|
||||
|
||||
// IP for CandidateHost
|
||||
// Address for CandidateHost
|
||||
func (c *CandidateHost) Address() string {
|
||||
return c.CandidateBase.Address
|
||||
}
|
||||
|
||||
// Value for CandidateHost
|
||||
// Port for CandidateHost
|
||||
func (c *CandidateHost) Port() int {
|
||||
return c.CandidateBase.Port
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user