Skip to content

Commit

Permalink
Merge pull request #9 from k2io/v1.0.6
Browse files Browse the repository at this point in the history
Added fix for windows and 386 arch
  • Loading branch information
aayush-ap authored Oct 29, 2024
2 parents d620e7a + ad321ea commit 9eb3f2d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions complexhook_386.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package hookingo

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

package hookingo

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

package hookingo

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

package hookingo

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

package hookingo

import (
Expand Down

0 comments on commit 9eb3f2d

Please sign in to comment.