matthews34

Results 1 issues of matthews34

I'm trying to build a function which uses imported types as argument and as return type: ```go package request import "github.com/Danny-Dasilva/CycleTLS/cycletls" func Request(method string, url string, options cycletls.Options) (cycletls.Response, error)...