Coder Social home page Coder Social logo

编译后没生成cmd about kratos HOT 13 CLOSED

go-kratos avatar go-kratos commented on July 18, 2024
编译后没生成cmd

from kratos.

Comments (13)

tonybase avatar tonybase commented on July 18, 2024

module requires Go 1.12

go env看看环境?

from kratos.

godsoul avatar godsoul commented on July 18, 2024

$ go env
GOARCH="amd64"
GOBIN="/Users/godsoul/soft/go/bin"
GOCACHE="/Users/godsoul/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/godsoul/code/go"
GOPROXY="https://goproxy.io"
GORACE=""
GOROOT="/Users/godsoul/soft/go"
GOTMPDIR=""
GOTOOLDIR="/Users/godsoul/soft/go/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/godsoul/code/go/bili/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/p7/cm1dsc493lndjjw3tg1mk60h0000gn/T/go-build548164304=/tmp/go-build -gno-record-gcc-switches -fno-common"

from kratos.

godsoul avatar godsoul commented on July 18, 2024

因为用go moudle,项目没有放在gopath下,有关系么?

from kratos.

tonybase avatar tonybase commented on July 18, 2024

没关系的,go mod本来是放在gopath外面,你用的go 1.12吗?

from kratos.

godsoul avatar godsoul commented on July 18, 2024

用的go 1.11 但是我mod文件里也改成1.11了

from kratos.

tonybase avatar tonybase commented on July 18, 2024

额,控制台提示不能低于依赖的版本

from kratos.

godsoul avatar godsoul commented on July 18, 2024

就是说必须用1.12编译吗?我mod文件里也改成1.11了啊

from kratos.

tonybase avatar tonybase commented on July 18, 2024

嗯,因为依赖的库已经指定了 1.12,只是当前项目改应该不生效的

from kratos.

lintanghui avatar lintanghui commented on July 18, 2024

go version
cat go.mod
go build
依次执行这三个然后把输出信息贴出来看下

from kratos.

tonybase avatar tonybase commented on July 18, 2024

@godsoul 更新到go 1.12可以了没的?

from kratos.

lintanghui avatar lintanghui commented on July 18, 2024

@godsoul 如果你要用1.11的话修改项目下go.mod 的同时还需要把kratos/go.mod 的版本改为1.11

from kratos.

whtiehack avatar whtiehack commented on July 18, 2024

检查下 $GOPATH/bin 目录

from kratos.

godsoul avatar godsoul commented on July 18, 2024

换了版本好了,感谢

from kratos.

Related Issues (20)

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.