Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cf931e

Browse files
committed
Prevent arm64 file to be compiled anywhere else. Fixed creack#32.
1 parent 8dd5c9d commit 5cf931e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ztypes_arm64.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Created by cgo -godefs - DO NOT EDIT
22
// cgo -godefs types.go
33

4+
// +build arm64
5+
46
package pty
57

68
type (

0 commit comments

Comments
 (0)