tinygo/src/runtime/arch_amd64.go
2018-08-29 20:48:56 +02:00

8 строки
129 Б
Go

// +build amd64
package runtime
const GOARCH = "amd64"
// The length type used inside strings and slices.
type lenType uint32