Skip to content

Commit

Permalink
GODRIVER-2977 Remove "import comment" from "primitive.go". (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Jun 7, 2024
1 parent c3d6dd5 commit 8ce6548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/primitive.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Based on gopkg.in/mgo.v2/bson by Gustavo Niemeyer
// See THIRD-PARTY-NOTICES for original license terms.

package bson // import "go.mongodb.org/mongo-driver/bson"
package bson

import (
"bytes"
Expand Down

0 comments on commit 8ce6548

Please sign in to comment.