fixed README

This commit is contained in:
Nils Stinnesbeck 2023-04-30 20:58:44 +02:00
parent d2076e5a8d
commit 06fa376f45
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -7,7 +7,7 @@ Package log provides a uniform method of logging.
just import this module into your Go project by adding the following
line to your imports:
```go
log "git.stinnesbeck.com/go/log"
"git.stinnesbeck.com/go/log"
```
You can use this package in your code as follows: