Update logging in golang roadmap

pull/5650/head
Kamran Ahmed 7 months ago
parent 43ece4c10f
commit f22674a0b2
  1. 7
      src/data/roadmaps/golang/content/105-go-logging/102-apex.md
  2. 5
      src/data/roadmaps/golang/content/105-go-logging/102-log-slog.md
  3. 843
      src/data/roadmaps/golang/golang.json

@ -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
Loading…
Cancel
Save