7 lines
113 B
Go
7 lines
113 B
Go
package response
|
|
|
|
type MyIPResponse struct {
|
|
Address string `json:"address"`
|
|
Version string `json:"version"`
|
|
}
|