add usage example to README.adoc
This commit is contained in:
11
README.adoc
11
README.adoc
@@ -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"
|
||||
)
|
||||
----
|
||||
Reference in New Issue
Block a user