This website works better with JavaScript.
首頁
探索
說明
登入
Patrick
/
LeGoEn10Etapes
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Version 0.33
master
Patrick Foubet
1 年之前
父節點
e98b199c37
當前提交
94bb2b28a4
共有
1 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
testexport/main.go
+ 3
- 3
testexport/main.go
查看文件
@@ -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…
取消
儲存