- Clone https://github.com/angelyordanov/signTextJS
- Run
travis/osx..installscript or open it and run the steps manually - Run
travis/osx..script - If all goes well you'll have a
signtextjs_plus-0.0.0-macos.dmgin the repo root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "context" | |
| "go.mongodb.org/mongo-driver/bson" | |
| "go.mongodb.org/mongo-driver/mongo" | |
| "go.mongodb.org/mongo-driver/mongo/options" | |
| "go.mongodb.org/mongo-driver/x/bsonx/bsoncore" | |
| "log" | |
| "strings" |