log.go 85 B

1234567
  1. package yaml_checker
  2. import "log"
  3. func init() {
  4. log.SetPrefix("[YAML-CHECKER]")
  5. }