package
0.0.0-20240910055728-0005af6a56e6
Repository: https://github.com/bstchow/go-chess-server.git
Documentation: pkg.go.dev
# Functions
Debug logs a message at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger then call os.Exit(1).
Info logs a message at level Info on the standard logger.
Panic logs a message at level Panic on the standard logger.
Warn logs a message at level Warn on the standard logger.