gitextract_0x8cvxva/ ├── .travis.yml ├── LICENSE ├── README.md ├── handler.go ├── handler_examples_test.go ├── handler_pre17.go ├── handler_pre17_test.go ├── handler_test.go ├── internal/ │ └── term/ │ ├── LICENSE │ ├── term.go │ ├── term_appengine.go │ ├── term_darwin.go │ ├── term_freebsd.go │ ├── term_linux.go │ ├── term_notwindows.go │ ├── term_openbsd.go │ └── term_windows.go ├── levels.go ├── levels_test.go ├── nop.go ├── nop_test.go ├── output.go ├── output_examples_test.go ├── output_syslog.go ├── output_test.go ├── std.go ├── std_example_test.go ├── std_test.go ├── util.go ├── util_test.go ├── xlog.go ├── xlog_bench_test.go ├── xlog_examples_test.go └── xlog_test.go