typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
220 stars 56 forks source link

fix: incorrect update response #91

Closed chrishna1 closed 2 years ago

chrishna1 commented 2 years ago

Change Summary

PR Checklist

chrishna1 commented 2 years ago

Fixes #90

chrishna1 commented 2 years ago

@harisarang Except for document.go and document_test.go, all the files are auto generated from go generate command. I'm not sure why at some of the places ordering are changed.

My oapi-codegen version:

> oapi-codegen -version
github.com/deepmap/oapi-codegen/cmd/oapi-codegen
v1.9.0
harisarang commented 2 years ago

@chrishna1 Hey, This behaviour is expected only ! client_gen.go and types_gen.go are only generated! And regarding the dynamic ordering is marshaling of generator.yml file, I am working on that

Thanks for your contribution ❤️!