Download Latest Version v1.17.0 source code.tar.gz (23.6 kB)
Email in envelope

Get an email when there's a new version of gomodifytags

Home / v1.13.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-11-04 559 Bytes
v1.13.0.tar.gz 2020-11-04 20.9 kB
v1.13.0.zip 2020-11-04 60.8 kB
Totals: 3 Items   82.3 kB 0

This release includes the changes from the PR: https://github.com/fatih/gomodifytags/pull/64 gomodifytags handles now the following cases:

  • anonymous structs as function parameters

    :::go func test(arg struct { Field int json:"field" }) { }

  • "pointer to struct" type declaration

    :::go var x *struct { Field int json:"field" }

  • "array of struct" type declaration

    :::go var x []struct { Field int }

and nested variants : "array of pointers to array of structs".

Source: README.md, updated 2020-11-04