Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Port is the PORT environment variable or 8080 if missing. // Used to open the tcp listener for our web server. Port string // DSN is the DSN environment variable or mongodb://localhost:27017 if missing. // Used to connect to the mongodb. DSN string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.