This website works better with JavaScript
Home
Explore
Help
Register
Sign In
fusu
/
serverIp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
d539d45204
Branches
Tags
master
serverIp
/
api
/
v1
/
ip.go
ip.go
64 B
History
Raw
1
2
3
4
5
package v1
type Ip struct {
Ip string `json:"ip" form:"ip"`
}