|
|
@ -11,8 +11,8 @@
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
//go:build (darwin || freebsd || openbsd || netbsd || linux) && !nouname
|
|
|
|
//go:build (darwin || freebsd || openbsd || netbsd || linux || aix) && !nouname
|
|
|
|
// +build darwin freebsd openbsd netbsd linux
|
|
|
|
// +build darwin freebsd openbsd netbsd linux aix
|
|
|
|
// +build !nouname
|
|
|
|
// +build !nouname
|
|
|
|
|
|
|
|
|
|
|
|
package collector
|
|
|
|
package collector
|
|
|
|