Skip to content

Commit

Permalink
Revert "Remove redundant build tags (#833)" (#862)
Browse files Browse the repository at this point in the history
This reverts commit 53c922c.
  • Loading branch information
Vincent Petry authored Jun 22, 2020
1 parent 8ac7215 commit 4925dc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/fs/owncloud/owncloud_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

// +build !windows

package owncloud

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/storage/fs/owncloud/owncloud_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

// +build windows

package owncloud

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/storage/utils/localfs/localfs_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

// +build !windows

package localfs

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/storage/utils/localfs/localfs_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

// +build windows

package localfs

import (
Expand Down

0 comments on commit 4925dc7

Please sign in to comment.