Former-commit-id: 6102c3fb2a58935a8b354c3999abf80456735fa8
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-11-21 21:50:37 +02:00
parent 36f54b6fc3
commit 377db7f822

View File

@ -34,7 +34,7 @@ type Config struct {
// Checked: Serving state, runtime. // Checked: Serving state, runtime.
Cookie string Cookie string
// If SetCookie is true and Cookie field is not empty // If SetCookie is true and Cookie field is not empty
// then it will set the cookie to the language found by y Context's Value's "lang" key or URLParameter or Cookie or Indentifier. // then it will set the cookie to the language found by Context's Value's "lang" key or URLParameter or Cookie or Indentifier.
// Defaults to false. // Defaults to false.
SetCookie bool SetCookie bool