update package name to new domain
This commit is contained in:
@@ -16,7 +16,7 @@ Russian version: [README_ru.md](README_ru.md)
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get git.nix13.pw/scuroneko/slog
|
||||
go get git.scuroneko.dev/scuroneko/slog
|
||||
```
|
||||
|
||||
## Quick start
|
||||
@@ -27,7 +27,7 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"git.nix13.pw/scuroneko/slog"
|
||||
"git.scuroneko.dev/scuroneko/slog"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user