field-services icon indicating copy to clipboard operation
field-services copied to clipboard

Results 2 field-services issues
Sort by recently updated
recently updated
newest added

## Background I find that `go.mongodb.org/mongo-driver` and `github.com/mongodb/mongo-go-driver` coexist in this repo: https://github.com/longfellowone/field-services/blob/master/go.mod (Line 22 & 32) ``` github.com/mongodb/mongo-go-driver v1.0.1 go.mongodb.org/mongo-driver v1.0.1 // indirect ``` That’s because the `mongodb/mongo-go-driver` has...

This project is exactly what I've been looking for in terms of architecture, however I'm trying to find a way to generate my SQL schema through the use of structs...