mirror of
https://github.com/creack/pty.git
synced 2026-04-01 02:57:06 +09:00
* Add GHA workflow to run test_crosscompile and go test * crosscompile job doesn't need setup-go * Test more go versions * Test 1.6 * Remove 1.13 and add comment of testing strategy
13 lines
152 B
Go
13 lines
152 B
Go
//go:build arm64
|
|
// +build arm64
|
|
|
|
// Created by cgo -godefs - DO NOT EDIT
|
|
// cgo -godefs types.go
|
|
|
|
package pty
|
|
|
|
type (
|
|
_C_int int32
|
|
_C_uint uint32
|
|
)
|