diff --git a/const_darwin.go b/const_darwin_openbsd.go similarity index 96% rename from const_darwin.go rename to const_darwin_openbsd.go index 19c169a..b356a8d 100644 --- a/const_darwin.go +++ b/const_darwin_openbsd.go @@ -10,7 +10,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// +build darwin +// +build darwin openbsd package afero diff --git a/const_win_unix.go b/const_win_unix.go index 3d246ef..72d6aaf 100644 --- a/const_win_unix.go +++ b/const_win_unix.go @@ -11,6 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. // +build !darwin +// +build !openbsd package afero