Skip to content

Commit

Permalink
fixup linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Nov 14, 2017
1 parent c1df524 commit ac7e163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions private/protocol/jsonvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ import (
"github.com/aws/aws-sdk-go/aws"
)

// EscapeMode is the mode that should be use for escaping a value
type EscapeMode int

// The modes for escaping a value before it is marshaled, and unmarshaled.
const (
NoEscape EscapeMode = iota
Base64Escape
Expand Down

0 comments on commit ac7e163

Please sign in to comment.