This website works better with JavaScript.
首頁
探索
說明
登入
Patrick
/
LeGoEn10Etapes
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Version 0.32
master
Patrick Foubet
1 年之前
父節點
ebb1cc14dc
當前提交
e98b199c37
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
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
查看文件
@@ -5,5 +5,5 @@ var Number = 99
type Message struct {
Entete string
s
uite string
S
uite string
}
+ 1
- 1
testexport/main.go
查看文件
@@ -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…
取消
儲存