...

Package concurrent

import "github.com/golang/mock/sample/concurrent"
Overview
Index
Subdirectories

Overview ▾

Package concurrent demonstrates how to use gomock with goroutines.

Index ▾

Package files

concurrent.go

type Math

type Math interface {
    Sum(a, b int) int
}

Subdirectories

Name Synopsis
..
mock Package mock_concurrent is a generated GoMock package.