Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Patrick
/
LeGoEn10Etapes
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Version 0.32
master
Patrick Foubet
hace 1 año
padre
ebb1cc14dc
commit
e98b199c37
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
testexport/affiche/affiche.go
+1
-1
testexport/main.go
+ 1
- 1
testexport/affiche/affiche.go
Ver fichero
@@ -5,5 +5,5 @@ var Number = 99
type Message struct {
Entete string
s
uite string
S
uite string
}
+ 1
- 1
testexport/main.go
Ver fichero
@@ -11,7 +11,7 @@ func main() {
}
fmt.Println(affiche.Number)
fmt.Println(m.suite)
//
fmt.Println(affiche.data)
fmt.Println(affiche.data)
}
func Export() int {
Escribir
Vista previa
Cargando…
Cancelar
Guardar