1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Update logging in golang roadmap

This commit is contained in:
Kamran Ahmed
2024-05-11 16:50:49 +01:00
parent 43ece4c10f
commit f22674a0b2
3 changed files with 450 additions and 405 deletions

View File

@@ -1,7 +0,0 @@
# Apex
Structured logging package for Go.
Visit the following resources to learn more:
- [GitHub Repository](https://github.com/apex/log)

View File

@@ -0,0 +1,5 @@
# log/slog
The `log` package is the standard logging package in Go. It provides a simple logging API that can be used to log messages to the console or to a file.
Learn more about the `log` package in the [official documentation](https://pkg.go.dev/log).

File diff suppressed because it is too large Load Diff