Skip to content

Asterisk in file names #63

@Logiraptor

Description

@Logiraptor

If I use gen to create a type on a pointer like so:

// +gen *
type T struct {
    A int
}

The file that is generated is called *t_gen.go. This works fine with the standard go build system, but on Google AppEngine those files are not compiled into the final binary, so you end up with undefined type errors anywhere you use the new type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions