update module path

This commit is contained in:
Jeffrey Paul 2024-05-22 14:53:57 -07:00
parent 29c31d44f8
commit 60cb410c32
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ go mod init your_project_name
Then, add SimpleLog to your project: Then, add SimpleLog to your project:
```bash ```bash
go get git.eeqj.de/sneak/go-simplelog go get sneak.berlin/go/simplelog
``` ```
## Usage ## Usage
@ -37,7 +37,7 @@ package main
import ( import (
"log/slog" "log/slog"
_ "git.eeqj.de/sneak/go-simplelog" _ "sneak.berlin/go/simplelog"
) )
func main() { func main() {