Git Product home page Git Product logo

Comments (5)

xtaci avatar xtaci commented on July 21, 2024

可以,我尽快修改结构

from agent.

xtaci avatar xtaci commented on July 21, 2024

@en 已经完全改为标准layout

from agent.

en avatar en commented on July 21, 2024

@xtaci 路径貌似有问题,不知道这些影不影响ci那边

ys@archlinux ~ $ echo $GOPATH
/home/ys/go
ys@archlinux ~ $ go get -u github.com/gonet2/{agent,game,snowflake}
package agent/client_handler: unrecognized import path "agent/client_handler" (import path does not begin with hostname)
package agent/misc/packet: unrecognized import path "agent/misc/packet" (import path does not begin with hostname)
package agent/pb: unrecognized import path "agent/pb" (import path does not begin with hostname)
package agent/types: unrecognized import path "agent/types" (import path does not begin with hostname)
package agent/utils: unrecognized import path "agent/utils" (import path does not begin with hostname)
package game/client_handler: unrecognized import path "game/client_handler" (import path does not begin with hostname)
package game/misc/packet: unrecognized import path "game/misc/packet" (import path does not begin with hostname)
package game/proto: unrecognized import path "game/proto" (import path does not begin with hostname)
package game/registry: unrecognized import path "game/registry" (import path does not begin with hostname)
package game/types: unrecognized import path "game/types" (import path does not begin with hostname)
package snowflake/etcdclient: unrecognized import path "snowflake/etcdclient" (import path does not begin with hostname)
package snowflake/proto: unrecognized import path "snowflake/proto" (import path does not begin with hostname)

from agent.

xtaci avatar xtaci commented on July 21, 2024

go get 还是有点问题,但是编译没有问题。

from agent.

yiv avatar yiv commented on July 21, 2024

go get没有问题,只是需要把所有<"game*>和<"agent*>开头的包引用全替换成<"github.com/gonet2/game*>和<"github.com/gonet2/agent*>

from agent.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.