Skip to content

revel package does require that the target machine has a Go installation #180

@mattetti

Description

@mattetti

I tried to use revel package based on the help message:

usage: revel package [import path]

Package the Revel web application named by the given import path.
This allows it to be deployed and run on a machine that lacks a Go installation.

However when I deployed my app, and tried to run it on a different machine I got the following message:

2013/06/13 20:01:04 revel.go:236: Failed to load module.  Import of github.com/robfig/revel/modules/static failed: cannot find package "github.com/robfig/revel/modules/static" in any of:
    /usr/local/go/src/pkg/github.com/robfig/revel/modules/static (from $GOROOT)
    ($GOPATH not set)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions