...

Source file src/github.com/jarcoal/httpmock/any.go

Documentation: github.com/jarcoal/httpmock

     1  //go:build !go1.18
     2  // +build !go1.18
     3  
     4  package httpmock
     5  
     6  type any = interface{}
     7  

View as plain text