File: any.go

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

package httpmock

type any = interface{}