Skip to content

Instantly share code, notes, and snippets.

@eamonnmcevoy
Last active April 15, 2017 07:05
Show Gist options
  • Save eamonnmcevoy/95b9716d61cce3ff40c188836bb5b1d1 to your computer and use it in GitHub Desktop.
Save eamonnmcevoy/95b9716d61cce3ff40c188836bb5b1d1 to your computer and use it in GitHub Desktop.
import (
"go_web_server/pkg/mock"
...
)
...
mockHash := mock.Hash{}
userService := mongo.NewUserService(session.Copy(), dbName, userCollectionName, &mockHash)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment