Skip to content

Commit

Permalink
Correct go build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Myers authored and Dylan-M committed May 18, 2024
1 parent 7801dc5 commit 99e2834
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion factories/exporters.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build linux || darwin || windows
//go:build !aix

package factories

Expand Down
2 changes: 2 additions & 0 deletions factories/processors.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.

//go:build !aix

package factories

import (
Expand Down
2 changes: 2 additions & 0 deletions factories/processors_aix.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.

//go:build aix

package factories

import (
Expand Down

0 comments on commit 99e2834

Please sign in to comment.