Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin

/*
Copyright © 2021 The CDI Authors
Expand Down
1 change: 0 additions & 1 deletion pkg/cdi/cache_test_unix.go → pkg/cdi/cache_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows && !darwin
// +build !windows,!darwin

/*
Copyright © 2021 The CDI Authors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

/*
Copyright © 2021 The CDI Authors
Expand Down
1 change: 0 additions & 1 deletion pkg/cdi/container-edits_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

/*
Copyright © 2021 The CDI Authors
Expand Down
1 change: 0 additions & 1 deletion pkg/cdi/container-edits_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

/*
Copyright © 2021 The CDI Authors
Expand Down
1 change: 0 additions & 1 deletion pkg/cdi/spec_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

/*
Copyright © 2022 The CDI Authors
Expand Down
Loading