Skip to content

Instantly share code, notes, and snippets.

@nazo
Created November 25, 2018 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazo/57c77c2698ae5173c1d5da0eb8d52f75 to your computer and use it in GitHub Desktop.
Save nazo/57c77c2698ae5173c1d5da0eb8d52f75 to your computer and use it in GitHub Desktop.
Goでのテスト

基本

  • メソッドがあるものはinterfaceのみ公開する
    • structで公開されると利用側でmockに差し替えることができない

DB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment