genez
genez
I have an xsd:sequence that has an xsd:dateTime in the 3rd position. As you know, xsd:sequence is strictly positional. The generated MarshalXML code declares a layout struct to handle the...
Hello, I am trying to map a third-party postres 9.5 database with more than 22000 (yes, twenty-two thousands) tables. My goal is to fetch some data in my Go application....
You can get the information and remove the hardcoded "unknown" in this way: ``` arch := os.Getenv("PROCESSOR_ARCHITECTURE") gio := &GoInfoObject{Kernel:"windows",Core:ver,Platform:arch,OS:"windows",GoOS:runtime.GOOS,CPUs:runtime.NumCPU()} ```
Hello, if you are interested I can submit a C# version that can run on dotnet core I am prototyping something similar (but with TCP and UDP connections) and I...
It would be appreciated