We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
convertFloats
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
version: master
Master version add parameter
convertFloats
.The text was updated successfully, but these errors were encountered: