mirror of
https://github.com/rqlite/rqlite.git
synced 2022-10-30 02:37:32 +03:00
Fix GoDoc comment
This commit is contained in:
@@ -25,7 +25,7 @@ func (m *MetadataClient) LocalIPv4() (string, error) {
|
||||
return m.get("/latest/meta-data/local-ipv4")
|
||||
}
|
||||
|
||||
// LocalIPv4 returns the public IPv4 address of the instance.
|
||||
// PublicIPv4 returns the public IPv4 address of the instance.
|
||||
func (m *MetadataClient) PublicIPv4() (string, error) {
|
||||
return m.get("/latest/meta-data/public-ipv4")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user