neoneo-go/pkg/compiler/testdata/types/types.go
2021-02-08 11:02:45 +03:00

7 lines
140 B
Go

package types
// Buffer represents Buffer VM type.
type Buffer []byte
// ByteString represents ByteString VM type.
type ByteString string