This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hxs
/
prettylog
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fixed import path
Luis Figueiredo
hace 8 años
padre
7715479104
commit
cdd7c2b265
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
global/register.go
+ 1
- 1
global/register.go
Ver fichero
@@ -1,7 +1,7 @@
package global
import (
- "h
e
x
a
s
oftware/lib
/prettylog"
+ "hxs/prettylog"
"log"
)