storage/pkg/unshare
Kir Kolyshkin c3ff7f58df Use any instead of interface{}
It's available since Go 1.18 (see https://pkg.go.dev/builtin#any).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-03-31 15:37:25 -07:00
..
getenv_linux_cgo.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
getenv_linux_nocgo.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare.c pkg/unshare: fix implicit declaration of basename function 2024-05-12 17:28:54 +02:00
unshare.go Move code unused on some architectures 2022-10-14 17:17:53 +02:00
unshare_cgo.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare_darwin.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare_freebsd.c Limited support for pkg/unshare on FreeBSD 2022-05-13 12:06:54 +01:00
unshare_freebsd.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare_gccgo.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare_linux.go Use any instead of interface{} 2025-03-31 15:37:25 -07:00
unshare_test.go Merge pull request #2102 from kolyshkin/revive 2024-09-26 18:29:20 +00:00
unshare_unsupported.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00
unshare_unsupported_cgo.go all: remove old-style +build tags 2024-09-19 17:00:48 -07:00