14 lines
230 B
Markdown
14 lines
230 B
Markdown
# Go MongoDB Playground
|
|
|
|
just a playground to test mongodb driver with go lan
|
|
|
|
#### How to start ?
|
|
```go
|
|
go run .
|
|
```
|
|
|
|
### make sure to run below code before running go run generate.go
|
|
```go
|
|
go get github.com/99designs/gqlgen
|
|
```
|