diff --git a/README.md b/README.md index f3e7b74..b85d2e6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ The code bellow sets up a connection to a MongoDB database, creates a collection package main import ( + "context" "fmt" + "time" + "github.com/victorguarana/gomongo/gomongo" )