Merge pull request #115730 from ravisantoshgudimetla/remove-cgo

Remove cgo dependency
This commit is contained in:
Kubernetes Prow Robot 2023-02-13 12:49:38 -08:00 committed by GitHub
commit 8b2545efa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
//go:build cgo && linux
// +build cgo,linux
//go:build linux
// +build linux
/*
Copyright 2021 The Kubernetes Authors.