This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
go-tools
/
utils
Observar
6
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
3a617ffb02
Branches
Tags
master
v1.5.34
utils
/
yaml_checker
/
log.go
log.go
85 B
Histórico
Raw
1
2
3
4
5
6
7
package yaml_checker
import "log"
func init() {
log.SetPrefix("[YAML-CHECKER]")
}