update module path
This commit is contained in:
parent
29c31d44f8
commit
60cb410c32
|
@ -25,7 +25,7 @@ go mod init your_project_name
|
|||
Then, add SimpleLog to your project:
|
||||
|
||||
```bash
|
||||
go get git.eeqj.de/sneak/go-simplelog
|
||||
go get sneak.berlin/go/simplelog
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -37,7 +37,7 @@ package main
|
|||
|
||||
import (
|
||||
"log/slog"
|
||||
_ "git.eeqj.de/sneak/go-simplelog"
|
||||
_ "sneak.berlin/go/simplelog"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue