MirageNetwork / MirageNetwork/MirageServer
有Releases包吗?
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 207
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
代码更新本地直接编译有问题
GOROOT=/opt/homebrew/Cellar/go/1.21.0/libexec #gosetup
GOPATH=/Users/cly/go #gosetup
/opt/homebrew/Cellar/go/1.21.0/libexec/bin/go list -m -json -mod=readonly all #gosetup
go: cannot load module dex listed in go.work file: open dex/go.mod: no such file or directory
go: cannot load module MirageClient listed in go.work file: open MirageClient/go.mod: no such file or directory
package main
import (
"os"
"MirageNetwork/MirageServer/controller"
"MirageNetwork/MirageServer/controller"
这一行包貌似不在MirageNetwork下
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported go list -m -json -mod=readonly all command and inspect go.work, especially its dex and MirageClient module entries. Then check the duplicated MirageNetwork/MirageServer/controller import and whether that package path matches the repository layout. Done means the project can be built locally without the reported module or import errors, with the release-package question resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100