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.33
master
Patrick Foubet
1 year ago
parent
e98b199c37
commit
94bb2b28a4
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
testexport/main.go
+ 3
- 3
testexport/main.go
View File
@@ -7,14 +7,14 @@ import (
func main() {
m := affiche.Message{
Ente
te: "Salut",
Sui
te: "Salut",
}
fmt.Println(affiche.Number)
fmt.Println(m.
s
uite)
fmt.Println(m.
S
uite)
fmt.Println(affiche.data)
}
func Export() int {
return 42
return 42
1
}
Write
Preview
Loading…
Cancel
Save