This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
quintor
/
pinguin-server
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
jenkinsfile
master
pinguin-server
/
board
/
coordinate.go
coordinate.go
77 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
package board
type Coordinate struct {
X int `json:"x"`
Y int `json:"y"`
}