Migrate module path from kyle/ to mc/ org
All import paths updated from git.wntrmute.dev/kyle/mcdsl to git.wntrmute.dev/mc/mcdsl to match the Gitea organization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -25,7 +25,7 @@ it and provide only their service-specific logic.
|
||||
## Module Path
|
||||
|
||||
```
|
||||
git.wntrmute.dev/kyle/mcdsl
|
||||
git.wntrmute.dev/mc/mcdsl
|
||||
```
|
||||
|
||||
## Packages
|
||||
@@ -46,10 +46,10 @@ git.wntrmute.dev/kyle/mcdsl
|
||||
|
||||
```go
|
||||
import (
|
||||
"git.wntrmute.dev/kyle/mcdsl/auth"
|
||||
"git.wntrmute.dev/kyle/mcdsl/db"
|
||||
"git.wntrmute.dev/kyle/mcdsl/config"
|
||||
"git.wntrmute.dev/kyle/mcdsl/httpserver"
|
||||
"git.wntrmute.dev/mc/mcdsl/auth"
|
||||
"git.wntrmute.dev/mc/mcdsl/db"
|
||||
"git.wntrmute.dev/mc/mcdsl/config"
|
||||
"git.wntrmute.dev/mc/mcdsl/httpserver"
|
||||
)
|
||||
|
||||
// Load config with standard sections + service-specific fields.
|
||||
|
||||
Reference in New Issue
Block a user