Skip to content

Reflect.go Error #209

@bamzi

Description

@bamzi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions