This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
quintor
/
pinguin-server
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
int64 --> int
Ronald Peterson
%!s(int64=10) %!d(string=hai) anos
pai
e70974031f
achega
4807ca1ec8
Modificáronse 1 ficheiros
con
2 adicións
e
2 borrados
Unificar vista
Mostrar estatísticas de Diff
2
2
board/coordinate.go
+ 2
- 2
board/coordinate.go
Ver ficheiro
@@ -1,6 +1,6 @@
package board
package board
type Coordinate struct {
type Coordinate struct {
- X int
64
- Y int
64
+ X int
+ Y int
}
}