Skip to content

Instantly share code, notes, and snippets.

View lzzzzl's full-sized avatar
🏠
Working from home

lzzzzl lzzzzl

🏠
Working from home
View GitHub Profile
@dollarkillerx
dollarkillerx / mongo-drive.md
Last active June 11, 2024 13:01
mongo-drive 基础使用

基础

package main

import (
    "context"
    "log"

    "go.mongodb.org/mongo-driver/bson"
    "go.mongodb.org/mongo-driver/bson/primitive"