mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
chore(types): update Godoc comment on StationURL.URL
This commit is contained in:
parent
1bee30dc05
commit
a4b341dab5
1 changed files with 3 additions and 1 deletions
|
@ -466,7 +466,9 @@ func (s *StationURL) SetURL(url string) {
|
|||
s.url = url
|
||||
}
|
||||
|
||||
// URL returns the string formatted URL
|
||||
// URL returns the string formatted URL.
|
||||
//
|
||||
// Originally called nn::nex::StationURL::GetURL
|
||||
func (s StationURL) URL() string {
|
||||
s.Format()
|
||||
return s.url
|
||||
|
|
Loading…
Add table
Reference in a new issue