mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
Move lenType definition to runtime (partially)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// +build amd64
|
||||
|
||||
package runtime
|
||||
|
||||
const GOARCH = "amd64"
|
||||
|
||||
// The length type used inside strings and slices.
|
||||
type lenType uint32
|
||||
Reference in New Issue
Block a user