You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\qinya\AppData\Local\go-build
set GOENV=C:\Users\qinya\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=E:\go
set GOPRIVATE=
set GOPROXY=https://goproxy.cn,direct
set GOROOT=C:\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=E:\my-app1\go.mod
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\qinya\AppData\Local\Temp\go-build459198110=/tmp/go-build -gno-record-gcc-switches
revel version:
Revel executing: displays the Revel Framework and Go version
Revel Framework : Unknown (Unknown remote master branch)
Revel Cmd : 1.0.0 (Unknown remote master branch)
Revel Modules : Unknown (Unknown remote master branch)
start project cmd:
revel new -a my-app -r
ouput:
Revel executing: create a skeleton Revel application
Your application has been created in:
E:\my-app
WARN 16:02:56 harness.go:175: No http.addr specified in the app.conf listening on localhost interface only. This will not allow external access to your application
Changed detected, recompiling
Parsing packages, (may require download if not cached)... Completed
?[32mINFO ?[0m 16:03:20 app run.go:34: Running revel server
?[32mINFO ?[0m 16:03:20 app plugin.go:9: Go to /@tests to run the tests.
Revel proxy is listening, point your browser to : 9000Revel engine is listening on.. localhost:8529
run project cmd:
revel run my-app1 dev
ouput:
CRIT 16:42:24 revel_logger.go:59: Failed to parse port as integer: %!s(int=-1)
The text was updated successfully, but these errors were encountered:
This behavior does not occur in go 1.14.2, it appears that this line https://github.com/revel/cmd/blob/master/revel/run.go#L78 is passing so that the conversion from the third argument is attempted and fails. Please either upgrade Go or use the flags to prevent this from occurring like
system:
Windows 10
go version
go version go1.13.3 windows/amd64
go env:
revel version:
start project cmd:
ouput:
run project cmd:
ouput:
The text was updated successfully, but these errors were encountered: