Ver a proveniência

Version 0.32

master
Patrick Foubet há 1 ano
ascendente
cometimento
e98b199c37
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      testexport/affiche/affiche.go
  2. +1
    -1
      testexport/main.go

+ 1
- 1
testexport/affiche/affiche.go Ver ficheiro

@@ -5,5 +5,5 @@ var Number = 99

type Message struct {
Entete string
suite string
Suite string
}

+ 1
- 1
testexport/main.go Ver ficheiro

@@ -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 {


Carregando…
Cancelar
Guardar