瀏覽代碼

Version 0.32

master
Patrick Foubet 1 年之前
父節點
當前提交
e98b199c37
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      testexport/affiche/affiche.go
  2. +1
    -1
      testexport/main.go

+ 1
- 1
testexport/affiche/affiche.go 查看文件

@@ -5,5 +5,5 @@ var Number = 99

type Message struct {
Entete string
suite string
Suite 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 {


Loading…
取消
儲存