Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
go_rely_warehouse
/
zyos_go_pay
Seguir
4
Destacar
1
Fork
0
Código
Incidencias
0
Lanzamientos
67
Wiki
Actividad
Explorar el Código
update
tags/v0.2.1
DengBiao
hace 2 años
padre
7e8fc783e8
commit
460c3f0891
Se han
modificado 3 ficheros
con
2 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
.gitignore
+1
-1
pay/init.go
+1
-1
pay/pay_test.go
+ 0
- 1
.gitignore
Ver fichero
@@ -40,6 +40,5 @@ nginx.conf
.devcontainer/Dockerfile
.devcontainer/sources.list
/t1.go
/tmp/*
.idea/*
/.idea/modules.xml
+ 1
- 1
pay/init.go
Ver fichero
@@ -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 fichero
@@ -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
)
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar