tigerza117
tigerza117
Example.... `p.PlaySound(sound.PlaySound{SoundName: "random.toast", Volume: 1, Pitch: 1})`
Thanks please merge @vitorsalgado
Solve specific problems ```golang package main import ( "io" "net/http" "strings" "testing" "github.com/stretchr/testify/assert" "github.com/vitorsalgado/mocha/v3" "github.com/vitorsalgado/mocha/v3/expect" "github.com/vitorsalgado/mocha/v3/params" "github.com/vitorsalgado/mocha/v3/reply" ) func TestSeqReply(t *testing.T) { m := mocha.New(t) m.Start() m.AddMocks(mocha.Get(expect.URLPath("/test")).Repeat(2).ReplyFunction(func(request *http.Request, m reply.M,...