File: any.go

package info (click to toggle)
golang-github-gookit-color 1.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,708 kB
  • sloc: sh: 101; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
6
//go:build !go1.18
// +build !go1.18

package color

type any = interface{}