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:
@@ -1,7 +0,0 @@
|
||||
# Apex
|
||||
|
||||
Structured logging package for Go.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [GitHub Repository](https://github.com/apex/log)
|
@@ -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
Reference in New Issue
Block a user