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