Closed brendensoares closed 6 years ago
Due to the many ways to define the app name and location, it can end in an unexpected result.
For example: revel new $GOPATH/myapp would end up in $GOPATH/src/myapp.
revel new $GOPATH/myapp
$GOPATH/src/myapp
To avoid confusion, we SHOULD either:
PS - we'll also need to document the rules how values are handled
Due to the many ways to define the app name and location, it can end in an unexpected result.
For example:
revel new $GOPATH/myapp
would end up in$GOPATH/src/myapp
.To avoid confusion, we SHOULD either:
PS - we'll also need to document the rules how values are handled