(fix): module declaration slog->sneklog
Golang lint / lint (push) Failing after 48s

This commit is contained in:
2026-04-27 09:56:46 +03:00
parent d534f92d48
commit 19f8750d35
6 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ Russian version: [README_ru.md](README_ru.md)
## Installation
```bash
go get git.scuroneko.dev/scuroneko/slog/v2
go get git.scuroneko.dev/scuroneko/sneklog/v2
```
## Quick start
@@ -28,7 +28,7 @@ package main
import (
"log"
"git.scuroneko.dev/scuroneko/slog/v2"
"git.scuroneko.dev/scuroneko/sneklog/v2"
)
func main() {
@@ -147,7 +147,7 @@ An empty `old` value is ignored.
- Text writers use the nearest user stack frame.
- JSON writers receive the full traceback slice.
- Internal `slog` frames and `runtime` frames are filtered out.
- Internal `sneklog` frames and `runtime` frames are filtered out.
## Repository example