rajveermalviya / tsukuru

build tool for Go apps targeting android and web
Apache License 2.0
8 stars 2 forks source link

go install failing. #3

Closed gedw99 closed 2 years ago

gedw99 commented 2 years ago
go install github.com/rajveermalviya/tsukuru@latest
go: downloading github.com/rajveermalviya/tsukuru v0.0.0-20220818140512-7ffa3bea8ff1
go: github.com/rajveermalviya/tsukuru@latest: module github.com/rajveermalviya/tsukuru@latest found (v0.0.0-20220818140512-7ffa3bea8ff1), but does not contain package github.com/rajveermalviya/tsukuru
go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/apple/Library/Caches/go-build"
GOENV="/Users/apple/Library/Application Support/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/apple/workspace/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/apple/workspace/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/opt/go/libexec"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64"
GOVCS=""
GOVERSION="go1.19.1"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/wp/ff6sz9qs6g71jnm12nj2kbyw0000gp/T/go-build3781754533=/tmp/go-build -gno-record-gcc-switches -fno-common"
rajveermalviya commented 2 years ago

oops, it's incorrect in readme. it should be go install github.com/rajveermalviya/tsukuru/cmd/tsukuru@latest

gedw99 commented 2 years ago

no worries :) thanks