This website works better with JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
links123.com
/
pkg
Seguir
7
Destacar
1
Cuchillo
5
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
1
Wiki
Activity
另客网go项目公用的代码库
59
Commits
2
Ramas
Árbol:
0f86ce329a
feature/bind-func-as-param
master
v1.0.0
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '0f86ce329a'
${ noResults }
pkg
/
log
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
terminal_check_js.go
105B
Histórico
Original
1
2
3
4
5
6
7
8
9
10
11
12
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}