revel/revel#1057 addressing golint ALL_CAPS

This commit is contained in:
Jeevanandam M
2016-06-08 12:09:48 -07:00
parent e485de7e9c
commit 514b078c3d
6 changed files with 13 additions and 10 deletions

View File

@@ -4,11 +4,12 @@ import (
"bytes"
"errors"
"fmt"
"github.com/revel/revel"
"io"
"os"
"os/exec"
"time"
"github.com/revel/revel"
)
// App contains the configuration for running a Revel app. (Not for the app itself)