Browse Source

Version 0.32

master
Patrick Foubet 1 year ago
parent
commit
e98b199c37
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      testexport/affiche/affiche.go
  2. +1
    -1
      testexport/main.go

+ 1
- 1
testexport/affiche/affiche.go View File

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

type Message struct {
Entete string
suite string
Suite string
}

+ 1
- 1
testexport/main.go View File

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


Loading…
Cancel
Save