mock_test.go 70 B

123456789
  1. package mock
  2. import (
  3. "testing"
  4. )
  5. func TestMock(t *testing.T) {
  6. }