7 lines
79 B
Go
7 lines
79 B
Go
|
//go:build !go1.18
|
||
|
// +build !go1.18
|
||
|
|
||
|
package httpmock
|
||
|
|
||
|
type any = interface{}
|