We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5de75a commit eb2bbf5Copy full SHA for eb2bbf5
examples/arcchallenge.go
@@ -17,7 +17,6 @@ func main() {
17
web.Get("/said", func() string { return form })
18
web.Post("/say", func(ctx *web.Context) string {
19
uid := strconv.Itoa64(rand.Int63())
20
- println(uid)
21
ctx.SetSecureCookie("user", uid, 3600)
22
users[uid] = ctx.Request.Params["said"][0]
23
return `<a href="/final">Click Here</a>`
0 commit comments