Skip to content

Commit

Permalink
delete!
Browse files Browse the repository at this point in the history
  • Loading branch information
ef0xa committed Feb 9, 2024
1 parent 496b5cd commit 18847f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
50 changes: 0 additions & 50 deletions compat.go

This file was deleted.

6 changes: 4 additions & 2 deletions log_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package rplog

import (
"context"
"log/slog"
"os"
"testing"
)

func TestLog(t *testing.T) {
Error(context.TODO(), "hi")
Init(nil, os.Stderr)
slog.Error("hi")
}

0 comments on commit 18847f6

Please sign in to comment.