Browse Source

Version 0.33

master
Patrick Foubet 1 year ago
parent
commit
94bb2b28a4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      testexport/main.go

+ 3
- 3
testexport/main.go View File

@@ -7,14 +7,14 @@ import (


func main() { func main() {
m := affiche.Message{ m := affiche.Message{
Entete: "Salut",
Suite: "Salut",
} }
fmt.Println(affiche.Number) fmt.Println(affiche.Number)
fmt.Println(m.suite)
fmt.Println(m.Suite)
fmt.Println(affiche.data) fmt.Println(affiche.data)
} }


func Export() int { func Export() int {
return 42
return 421
} }



Loading…
Cancel
Save