-
In a typical setup of go with docker containers (using the official images at https://hub.docker.com/_/golang/) the GOPATH is setup to be `/go`. The first frame in a panic stack trace is almost alway…
-
Steps to reproduce:
`revel new blah`
(go to directory)
`revel test . ; echo $?`
(All tests pass; error code 0 is returned as expected)
Edit the sample test to fail, e.g. using AssertSt…
stumo updated
5 years ago
-
Add to docs
from revel/revel#1072
Just for other people with the same question.
Create your project, for this example i will be using canonical "revel new github.com/myaccount/my-app"
"revel r…
-
```
panic: reflect.Set: value of type string is not assignable to type *string
goroutine 2195089 [running]:
reflect.Value.assignTo(0x1843560, 0xc4c1c571e0, 0x98, 0x1aba604, 0xb, 0x181e800, 0x0, 0…
-
## go version : go1.13.1 windows/amd64
## revel version
Revel executing: displays the Revel Framework and Go version
WARN 17:02:15 version.go:71: Unable to extract version information from Rev…
-
[//]: # (***************************************************************)
[//]: # (** DON'T DELETE THIS TEMPLATE ELSE YOUR ISSUE WILL BE CLOSED **)
[//]: # (*****************************************…
-
Hi, I'm new to Go and trying out the Quick Start on [your landing page](https://revel.github.io/). I have a working, new, Go installation (`go1.11.5 darwin/amd64`) with `$GOPATH` (`/Users/oskar/src/go…
prewk updated
4 years ago
-
Hi Revel Team,
My team has used revel for the past 2 years and been very happy with the framework.
We have a website built on revel that attracts more than 20k users per month, and we're very pl…
-
I fetched revel using `go get github.com/revel/cmd/revel`, made a default application using `revel new myapp`, then added an import to a local development project in init.go, then ran `revel run myapp…
-
Earlier it was working fine . I upgraded my Mac OS and since below error started coming
Revel executing: run a Revel application
WARN 12:45:23 harness.go:179: No http.addr specified in the app.co…