diff --git a/README.md b/README.md index 28e7d6c..31e275b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index b7b4c78..ca8da0c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nikandfor/loc +module tlog.app/go/loc go 1.15