File: any.go

package info (click to toggle)
golang-github-jarcoal-httpmock 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
//go:build !go1.18
// +build !go1.18

package httpmock

type any = interface{}