Skip to content

Should we add a new release? #70

@mnhkahn

Description

@mnhkahn

The newest released was released in last year, but the master code update in few months.

If we use go1.11, we can only use v1.0.0 version of code.

For example:

version: v1.0.1

func Generate(input io.Reader, parser Parser, structName, pkgName string, tags []string, subStruct bool) ([]byte, error) {

version: master

func Generate(input io.Reader, parser Parser, structName, pkgName string, tags []string, subStruct bool, convertFloats bool) ([]byte, error) {

Master version add parameter convertFloats.

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