You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\main.go:22:28: invalid operation: "CatchAll:" + c.Get("") (mismatched types string and interface {})
.\main.go:22:36: cannot use "" (type untyped string) as type uint in argument to c.Get
.\main.go:26:3: c.Map undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:32:13: c.Pick undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:32:19: undefined: rivet.TypePointerOf
.\main.go:37:3: c.WriteString undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:37:17: c.Get undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:42:9: undefined: rivet.New
The text was updated successfully, but these errors were encountered:
example/main.go
.\main.go:22:28: invalid operation: "CatchAll:" + c.Get("") (mismatched types string and interface {})
.\main.go:22:36: cannot use "" (type untyped string) as type uint in argument to c.Get
.\main.go:26:3: c.Map undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:32:13: c.Pick undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:32:19: undefined: rivet.TypePointerOf
.\main.go:37:3: c.WriteString undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:37:17: c.Get undefined (type *rivet.Context is pointer to interface, not interface)
.\main.go:42:9: undefined: rivet.New
The text was updated successfully, but these errors were encountered: