Skip to content

Commit

Permalink
Rename log package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamony committed Oct 18, 2024
1 parent 041f05f commit 80829b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ A collection of Go libraries:
* [golimit](https://github.com/Zamony/go/tree/main/golimit) - simple rate limiter;
* [httpstatus](https://github.com/Zamony/go/tree/main/httpstatus) - convert http code to status;
* [squll](https://github.com/Zamony/go/tree/main/squll) - sql templating;
* [stlog](https://github.com/Zamony/go/tree/main/stlog) - structured logging;
* [zap](https://github.com/Zamony/go/tree/main/zap) - structured logging;
* [sync](https://github.com/Zamony/go/tree/main/sync) - additional synchronization primitives;
* [toast](https://github.com/Zamony/go/tree/main/toast) - test helpers;
3 changes: 0 additions & 3 deletions stlog/go.mod

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions zap/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/Zamony/go/zap

go 1.21
2 changes: 1 addition & 1 deletion stlog/stlog.go → zap/log.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package stlog
package zap

import (
"log/slog"
Expand Down

0 comments on commit 80829b4

Please sign in to comment.