Explorar el Código

Version 0.32

master
Patrick Foubet hace 1 año
padre
commit
e98b199c37
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      testexport/affiche/affiche.go
  2. +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
suite string
Suite 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 {


Cargando…
Cancelar
Guardar