This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
quintor
/
pinguin-server
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
int64 --> int
Ronald Peterson
hace 10 años
padre
e70974031f
commit
4807ca1ec8
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
2
2
board/coordinate.go
+ 2
- 2
board/coordinate.go
Ver fichero
@@ -1,6 +1,6 @@
package board
type Coordinate struct {
- X int
64
- Y int
64
+ X int
+ Y int
}