Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6183335

Browse filesBrowse files
committed
Adds comment to clarify usage of Flash struct (quick tweak)
1 parent 71ec1db commit 6183335
Copy full SHA for 6183335

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎flash.go

Copy file name to clipboardExpand all lines: flash.go
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
// E.g. the Post/Redirect/Get pattern:
1313
// http://en.wikipedia.org/wiki/Post/Redirect/Get
1414
type Flash struct {
15+
// `Data` is the input which is read in `restoreFlash`, `Out` is the output which is set in a FLASH cookie at the end of the `FlashFilter()`
1516
Data, Out map[string]string
1617
}
1718

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.