geolocator

command
v0.0.0-...-498cede Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2021 License: MIT Imports: 8 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL