Skip to content

Commit

Permalink
Add build tags to all project files
Browse files Browse the repository at this point in the history
Suppose it will help with correct display at godoc.org
  • Loading branch information
yalegko committed Jul 18, 2019
1 parent b2d7e93 commit 9392c71
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wmi

import "testing"
Expand Down
2 changes: 2 additions & 0 deletions connection_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wmi

import (
Expand Down
2 changes: 2 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

/*
Package wmi provides a WQL interface for WMI on Windows.
Expand Down
2 changes: 2 additions & 0 deletions notification_query.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wmi

import (
Expand Down
2 changes: 2 additions & 0 deletions notification_query_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wmi

import (
Expand Down
2 changes: 2 additions & 0 deletions structures_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build windows

package wmi

import "time"
Expand Down

0 comments on commit 9392c71

Please sign in to comment.