Skip to content

Commit

Permalink
Merge pull request #777 from revel/patch-11.1
Browse files Browse the repository at this point in the history
Patch 11.1
  • Loading branch information
pushrax committed Oct 27, 2014
2 parents c5893f2 + 0e0e816 commit 865e241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A high productivity, full-stack web framework for the [Go language](http://www.golang.org).

Current Version: 0.11.0 (Oct 26, 2014)
Current Version: 0.11.1 (Oct 27, 2014)

[![Build Status](https://secure.travis-ci.org/revel/revel.png?branch=master)](http://travis-ci.org/revel/revel)

Expand Down
2 changes: 2 additions & 0 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package revel
import (
"fmt"
"runtime/debug"
"strconv"
"strings"
)

Expand All @@ -14,6 +15,7 @@ type Error struct {
SourceLines []string // The entire source file, split into lines.
Stack string // The raw stack trace string from debug.Stack().
MetaError string // Error that occurred producing the error page.
Link string // A configurable link to wrap the error source in
}

// An object to hold the per-source-line details.
Expand Down

0 comments on commit 865e241

Please sign in to comment.