register.go 102 B

123456789
  1. package global
  2. import (
  3. "dev.hexasoftware.com/hxs/prettylog"
  4. )
  5. func init() {
  6. prettylog.Global()
  7. }