-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
When starting up my revel app
revel run myapp
i get the following log message in the console
TRACE 2013/07/06 14:47:19 harness.go:111: Rebuild
2013/07/06 14:47:19 reflect.go:707: Failed to generate name for field.
0 *ast.MapType {
1 . Map: 3192
2 . Key: *ast.Ident {
3 . . NamePos: 3196
4 . . Name: "string"
5 . }
6 . Value: *ast.InterfaceType {
7 . . Interface: 3203
8 . . Methods: *ast.FieldList {
9 . . . Opening: 3212
10 . . . Closing: 3213
11 . . }
12 . . Incomplete: false
13 . }
14 }
i don't get a proper reference as to wether the cause of the error is from my code (which part) or something to do with reflect.go itself.
however, the app itself functions properly, all routes and functions work.
Metadata
Metadata
Assignees
Labels
No labels