MirageNetwork / MirageNetwork/MirageServer

有Releases包吗?

Open
#29 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue 需要帮助
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.