Skip to content

Instantly share code, notes, and snippets.

@imjasonh
Created September 15, 2016 14:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save imjasonh/da478771afaf82997127f9c6e5589257 to your computer and use it in GitHub Desktop.
Save imjasonh/da478771afaf82997127f9c6e5589257 to your computer and use it in GitHub Desktop.
if got, want := foo.Id, "expected-id"; got != want {
t.Errorf("Foo(): got %q, want %q", got, want)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment