add usage example to README.adoc

This commit is contained in:
2025-08-20 04:54:37 +01:00
parent eb5f6c9adb
commit 575fd286e5

View File

@@ -3,4 +3,13 @@
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.
main feature is printing source code locations to make debugging easier.
to use:
[source,go]
----
import (
"lol.mleku.dev"
)
----