tile38/internal/log
tidwall c084aeedc2 Code cleanup
This commit cleans up various Go code in the internal directory.
- Ensures comments on exported functions
- Changes all *Server receiver in all files to be "s", instead
  of mixed "c", "s", "server", etc.
- Silenced Go warnings for if/else with returns.
- Cleaned up import ordering.
2019-10-30 10:17:59 -07:00
..
log.go log: fix typo in Fatalf func 2019-05-17 13:24:05 +03:00
log_test.go Code cleanup 2019-10-30 10:17:59 -07:00