having trouble passing env var to mongodb driver
hello everyone :) noob here how come i get this error message from the mongodb driver's Connect() function i have this code: // this Println() works fine fmt.Println(os.Getenv(MONGO_URI_ENV_VAR)) client, err := mongo.Connect( // this is where it's erroring out context.TODO(),…