Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Patrick
/
LeGoEn10Etapes
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Version 0.32
master
Patrick Foubet
1 ano atrás
pai
ebb1cc14dc
commit
e98b199c37
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
testexport/affiche/affiche.go
+1
-1
testexport/main.go
+ 1
- 1
testexport/affiche/affiche.go
Ver arquivo
@@ -5,5 +5,5 @@ var Number = 99
type Message struct {
Entete string
s
uite string
S
uite string
}
+ 1
- 1
testexport/main.go
Ver arquivo
@@ -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 {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar