Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
go_rely_warehouse
/
zyos_go_pay
Vigiar
4
Marcar como favorito
1
Derivar
0
Código
Questões
0
Lançamentos
67
Wiki
Trabalho
Ver a proveniência
update
tags/v0.2.1
DengBiao
há 2 anos
ascendente
7e8fc783e8
cometimento
460c3f0891
3 ficheiros alterados
com
2 adições
e
3 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-1
.gitignore
+1
-1
pay/init.go
+1
-1
pay/pay_test.go
+ 0
- 1
.gitignore
Ver ficheiro
@@ -40,6 +40,5 @@ nginx.conf
.devcontainer/Dockerfile
.devcontainer/sources.list
/t1.go
/tmp/*
.idea/*
/.idea/modules.xml
+ 1
- 1
pay/init.go
Ver ficheiro
@@ -26,7 +26,7 @@ func Init(host, name, user, psw string) error {
cfg.MaxLifetime = 30
cfg.MaxOpenConns = 100
cfg.MaxIdleConns = 100
cfg.Path = "
logs
/%s.log"
cfg.Path = "
tmp
/%s.log"
if err := db.InitDB(&cfg); err != nil {
return err
}
+ 1
- 1
pay/pay_test.go
Ver ficheiro
@@ -13,5 +13,5 @@ func TestPay(t *testing.T) {
if err != nil {
t.Errorf("Reverse == %s", err)
}
t.Log(channel.
Name
)
t.Log(channel.
Identifier
)
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar