Skip to content

Commit

Permalink
tlog.app/go/loc
Browse files Browse the repository at this point in the history
  • Loading branch information
nikandfor committed Nov 11, 2023
1 parent fc38828 commit ab61685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It's a fast, alloc-free and convinient version of `runtime.Caller`.

Performance benefits are available when using the `nikandfor_loc_unsafe` build tag. This relies on the internal runtime implementation, which means that older versions of the package may not compile with future versions of Go. Without the tag, it is safe to use with any version of Go.

It was born from [tlog](https://github.com/tlog-dev/tlog).
It was born from [tlog](https://tlog.app/go/tlog).

## What is similar

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nikandfor/loc
module tlog.app/go/loc

go 1.15

Expand Down

0 comments on commit ab61685

Please sign in to comment.