update module path to lol.mleku.dev

This commit is contained in:
2025-08-20 04:52:11 +01:00
parent 6e6c1acb7c
commit 4652539e77
5 changed files with 4 additions and 10 deletions

View File

@@ -1,6 +0,0 @@
# lol
location of log
This is a very simple, but practical library for logging in applications. Its
main feature is printing source code locations to make debugging easier.

View File

@@ -2,7 +2,7 @@
package chk
import (
"github.com/mleku/lol"
"lol.mleku.dev"
)
var F, E, W, I, D, T lol.Chk

View File

@@ -2,7 +2,7 @@
package errorf
import (
"github.com/mleku/lol"
"lol.mleku.dev"
)
var F, E, W, I, D, T lol.Err

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/mleku/lol
module lol.mleku.dev
go 1.25.0

View File

@@ -2,7 +2,7 @@
package log
import (
"github.com/mleku/lol"
"lol.mleku.dev"
)
var F, E, W, I, D, T lol.LevelPrinter