Ernest Micklei
Ernest Micklei
In the docs of mgo i found: ``` type Binary struct { Kind byte Data []byte } ``` which is most likely used for your document. As this type does...
Thank you for the elaborate response. Technically, your suggestion will definitely work. I am a bit concerned whether this change will result in a backward incompatible change. What if developers...
oops, deleted while thinking i didn't use it anymore. Most other projects are using the properties package of frank schroder. sorry about this mistake. At the moment i am on...
ps the pkg i was referring to is magiconair/properties
thank you for reporting this. I think only exported fields should be in the model. I will create a test for it and fix On Wed, 21 Dec 2022 at...
see https://github.com/emicklei/gmig/pull/6
--config should take a config file instead of a folder. as the configuration formal will change to YAML: `gmig up --config some_folder/some_config.yaml`
thank you reporting this. Could you help me by providing a testcase for this?
thank you for the test, I will look for a solution
so running the last test with code that skips checking the json Marshalling, I get: ``` "definitions": { "restfulspec.Child": { "required": [ "FieldA", "FieldB" ], "properties": { "FieldA": { "$ref":...