Skip to content

Commit

Permalink
Fixed build failure with go1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Dec 19, 2014
1 parent 3401e90 commit b529a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EvaluableExpression.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ func isString(value interface{}) bool {

switch value.(type) {
case string : return true;
default : return false;
default : break;
}
return false;
}

0 comments on commit b529a4a

Please sign in to comment.