This website works better with JavaScript.
Home
Explore
Help
Sign In
Patrick
/
LeGoEn10Etapes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Version 0.32
master
Patrick Foubet
1 year ago
parent
ebb1cc14dc
commit
e98b199c37
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
testexport/affiche/affiche.go
+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
s
uite string
S
uite 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 {
Write
Preview
Loading…
Cancel
Save