Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Add missing windows build tag to xml.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Oct 1, 2021
1 parent 6fc089f commit 1a2ee2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/builtin/input/windows/xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build windows

package windows

import (
Expand Down
2 changes: 2 additions & 0 deletions operator/builtin/input/windows/xml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build windows

package windows

import (
Expand Down

0 comments on commit 1a2ee2c

Please sign in to comment.