command
Version:
v0.0.0-...-498cede
Opens a new window with list of versions in this module.
Published: Apr 18, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SMTP
SMTP will send you a mail with Content-Type: text/plain.
Config
Create a config.go with fromAdd, password, and toAdd
// const.go
package main
// DBName Database name.
const DBName = "geolocation"
// Database collections.
var (
PointCollection = "points"
connString = "mongodb+srv://<username>:<password>@cluster0-zzart.mongodb.net/test?retryWrites=true&w=majority"
)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.