This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
quintor
/
pinguin-server
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d2aa2937cb
Rami (Branch)
Tag
jenkinsfile
master
pinguin-server
/
board
/
coordinate.go
coordinate.go
77 B
Cronologia
Originale
1
2
3
4
5
6
package board
type Coordinate struct {
X int `json:"x"`
Y int `json:"y"`
}