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
Added Coordinate struct
Ronald Peterson
%!s(int64=10) %!d(string=hai) anos
pai
1e69bdae10
achega
e70974031f
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
board/coordinate.go
+ 6
- 0
board/coordinate.go
Ver ficheiro
@@ -0,0 +1,6 @@
+package board
+
+type Coordinate struct {
+ X int64
+ Y int64
+}